Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/UI/CorfuncPanel.ui

    rcb4d219 r85503bc  
    1818    <layout class="QVBoxLayout" name="mainVerticalLayout"> 
    1919     <item> 
    20       <spacer name="verticalSpacer"> 
    21        <property name="orientation"> 
    22         <enum>Qt::Vertical</enum> 
    23        </property> 
    24        <property name="sizeHint" stdset="0"> 
    25         <size> 
    26          <width>20</width> 
    27          <height>38</height> 
    28         </size> 
    29        </property> 
    30       </spacer> 
    31      </item> 
    32      <item> 
    3320      <widget class="QGroupBox" name="groupBox"> 
    3421       <property name="title"> 
     
    322309          </item> 
    323310          <item row="0" column="1"> 
    324            <widget class="QLineEdit" name="txtLongPeriod"/> 
     311           <widget class="QLineEdit" name="txtLongPeriod" width="50"> 
     312             <property name="minimumSize" stdset="0"> 
     313               <size> 
     314                 <width>60</width> 
     315                 <height>20</height> 
     316               </size> 
     317             </property> 
     318           </widget> 
    325319          </item> 
    326320          <item row="0" column="2"> 
     
    332326          </item> 
    333327          <item row="0" column="3"> 
    334            <widget class="QLineEdit" name="txtAvgIntThick"/> 
     328           <widget class="QLineEdit" name="txtAvgIntThick"> 
     329             <property name="minimumSize" stdset="0"> 
     330               <size> 
     331                 <width>60</width> 
     332                 <height>20</height> 
     333               </size> 
     334             </property> 
     335           </widget> 
    335336          </item> 
    336337          <item row="1" column="0"> 
     
    417418      </layout> 
    418419     </item> 
     420     <item> 
     421        <spacer name="verticalSpacer"> 
     422        <property name="orientation"> 
     423            <enum>Qt::Vertical</enum> 
     424        </property> 
     425        <property name="sizeHint" stdset="0"> 
     426            <size> 
     427            <width>20</width> 
     428            <height>38</height> 
     429            </size> 
     430        </property> 
     431        </spacer> 
     432     </item> 
     433    </layout> 
     434   </item> 
     435   <item row="0" column="1"> 
     436    <layout class="QVBoxLayout" name="plotLayout"> 
    419437    </layout> 
    420438   </item> 
Note: See TracChangeset for help on using the changeset viewer.