Changeset 6b9d41d in sasview


Ignore:
Timestamp:
Dec 13, 2016 7:03:39 AM (7 years ago)
Author:
wojciech
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:
8696721
Parents:
253e7170
Message:

Defining fields sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UI/SlitSizeCalculator.ui

    rd1fb22ee r6b9d41d  
    5252        <item> 
    5353         <widget class="QLineEdit" name="deltaq_in"> 
     54          <property name="minimumSize"> 
     55           <size> 
     56            <width>300</width> 
     57            <height>21</height> 
     58           </size> 
     59          </property> 
    5460          <property name="readOnly"> 
    5561           <bool>true</bool> 
     
    8995        <item> 
    9096         <widget class="QLineEdit" name="lengthscale_out"> 
     97          <property name="minimumSize"> 
     98           <size> 
     99            <width>125</width> 
     100            <height>21</height> 
     101           </size> 
     102          </property> 
    91103          <property name="readOnly"> 
    92104           <bool>true</bool> 
     
    106118        </item> 
    107119        <item> 
    108          <widget class="QLineEdit" name="lineEdit"/> 
     120         <widget class="QLineEdit" name="lineEdit"> 
     121          <property name="minimumSize"> 
     122           <size> 
     123            <width>120</width> 
     124            <height>21</height> 
     125           </size> 
     126          </property> 
     127         </widget> 
    109128        </item> 
    110129       </layout> 
Note: See TracChangeset for help on using the changeset viewer.