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/KiessigPanel.ui

    rcd2cc745 r457d961  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>354</width> 
     9    <width>365</width> 
    1010    <height>193</height> 
    1111   </rect> 
     
    3333         <widget class="QLabel" name="label"> 
    3434          <property name="text"> 
    35            <string>Kiessing Fringe Width (Delta Q)</string> 
     35           <string>Kiessig Fringe Width (Delta Q)</string> 
    3636          </property> 
    3737         </widget> 
    3838        </item> 
    3939        <item> 
    40          <widget class="QLineEdit" name="deltaq_in"/> 
     40         <widget class="QLineEdit" name="deltaq_in"> 
     41          <property name="minimumSize"> 
     42           <size> 
     43            <width>77</width> 
     44            <height>21</height> 
     45           </size> 
     46          </property> 
     47          <property name="baseSize"> 
     48           <size> 
     49            <width>77</width> 
     50            <height>21</height> 
     51           </size> 
     52          </property> 
     53         </widget> 
    4154        </item> 
    4255        <item> 
     
    7083        <item> 
    7184         <widget class="QLineEdit" name="lengthscale_out"> 
     85          <property name="minimumSize"> 
     86           <size> 
     87            <width>77</width> 
     88            <height>21</height> 
     89           </size> 
     90          </property> 
     91          <property name="baseSize"> 
     92           <size> 
     93            <width>77</width> 
     94            <height>21</height> 
     95           </size> 
     96          </property> 
    7297          <property name="readOnly"> 
    7398           <bool>true</bool> 
Note: See TracChangeset for help on using the changeset viewer.