Ignore:
Timestamp:
Aug 18, 2017 11:08:55 AM (7 years ago)
Author:
Celine Durniak <celine.durniak@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
464cd07
Parents:
0e4d87c
Message:

Corrected bugs in display of new GUI (angstrom, size of line edit)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/UI/DensityPanel.ui

    rcd2cc745 r457d961  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>295</width> 
    10     <height>204</height> 
     9    <width>345</width> 
     10    <height>236</height> 
    1111   </rect> 
    1212  </property> 
     
    3535     </item> 
    3636     <item row="0" column="1"> 
    37       <widget class="QLineEdit" name="editMolecularFormula"/> 
     37      <widget class="QLineEdit" name="editMolecularFormula"> 
     38       <property name="minimumSize"> 
     39        <size> 
     40         <width>61</width> 
     41         <height>21</height> 
     42        </size> 
     43       </property> 
     44       <property name="baseSize"> 
     45        <size> 
     46         <width>61</width> 
     47         <height>21</height> 
     48        </size> 
     49       </property> 
     50      </widget> 
    3851     </item> 
    3952     <item row="0" column="2"> 
     
    5366     <item row="1" column="1"> 
    5467      <widget class="QLineEdit" name="editMolarMass"> 
     68       <property name="minimumSize"> 
     69        <size> 
     70         <width>61</width> 
     71         <height>21</height> 
     72        </size> 
     73       </property> 
     74       <property name="baseSize"> 
     75        <size> 
     76         <width>61</width> 
     77         <height>21</height> 
     78        </size> 
     79       </property> 
    5580       <property name="styleSheet"> 
    5681        <string notr="true"/> 
     
    98123     </item> 
    99124     <item row="3" column="1"> 
    100       <widget class="QLineEdit" name="editMolarVolume"/> 
     125      <widget class="QLineEdit" name="editMolarVolume"> 
     126       <property name="minimumSize"> 
     127        <size> 
     128         <width>61</width> 
     129         <height>21</height> 
     130        </size> 
     131       </property> 
     132       <property name="baseSize"> 
     133        <size> 
     134         <width>61</width> 
     135         <height>21</height> 
     136        </size> 
     137       </property> 
     138      </widget> 
    101139     </item> 
    102140     <item row="3" column="2"> 
     
    115153     </item> 
    116154     <item row="4" column="1"> 
    117       <widget class="QLineEdit" name="editMassDensity"/> 
     155      <widget class="QLineEdit" name="editMassDensity"> 
     156       <property name="minimumSize"> 
     157        <size> 
     158         <width>61</width> 
     159         <height>21</height> 
     160        </size> 
     161       </property> 
     162       <property name="baseSize"> 
     163        <size> 
     164         <width>61</width> 
     165         <height>21</height> 
     166        </size> 
     167       </property> 
     168      </widget> 
    118169     </item> 
    119170     <item row="4" column="2"> 
Note: See TracChangeset for help on using the changeset viewer.