Changeset f6c3f01 in sasview


Ignore:
Timestamp:
Mar 25, 2019 7:01:07 AM (5 years ago)
Author:
awashington
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl
Children:
0ffdf6e
Parents:
a7a0def
git-author:
Adam Washington <rprospero@…> (03/25/19 06:20:52)
git-committer:
Adam Washington <rprospero@…> (03/25/19 07:01:07)
Message:

Better sizes for Corfunc output parameters

File:
1 edited

Legend:

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

    r28c2586 rf6c3f01  
    322322          </item> 
    323323          <item row="0" column="1"> 
    324            <widget class="QLineEdit" name="txtLongPeriod"/> 
     324           <widget class="QLineEdit" name="txtLongPeriod" width="50"> 
     325             <property name="minimumSize" stdset="0"> 
     326               <size> 
     327                 <width>60</width> 
     328                 <height>20</height> 
     329               </size> 
     330             </property> 
     331           </widget> 
    325332          </item> 
    326333          <item row="0" column="2"> 
     
    332339          </item> 
    333340          <item row="0" column="3"> 
    334            <widget class="QLineEdit" name="txtAvgIntThick"/> 
     341           <widget class="QLineEdit" name="txtAvgIntThick"> 
     342             <property name="minimumSize" stdset="0"> 
     343               <size> 
     344                 <width>60</width> 
     345                 <height>20</height> 
     346               </size> 
     347             </property> 
     348           </widget> 
    335349          </item> 
    336350          <item row="1" column="0"> 
Note: See TracChangeset for help on using the changeset viewer.