Changeset - c6e0a9f56224
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 8 years ago 2017-08-27 13:31:30
hy@ozderya.net
fix widget size
1 file changed with 14 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/plotcontrolpanel.ui
Show inline comments
 
@@ -144,10 +144,16 @@
 
      <widget class="QSpinBox" name="spNumOfSamples">
 
       <property name="minimumSize">
 
        <size>
 
         <width>80</width>
 
         <width>100</width>
 
         <height>0</height>
 
        </size>
 
       </property>
 
       <property name="maximumSize">
 
        <size>
 
         <width>100</width>
 
         <height>16777215</height>
 
        </size>
 
       </property>
 
       <property name="toolTip">
 
        <string>Length of acquisition as number of samples</string>
 
       </property>
 
@@ -351,10 +357,16 @@
 
      <widget class="QSpinBox" name="spPlotWidth">
 
       <property name="minimumSize">
 
        <size>
 
         <width>80</width>
 
         <width>100</width>
 
         <height>0</height>
 
        </size>
 
       </property>
 
       <property name="maximumSize">
 
        <size>
 
         <width>100</width>
 
         <height>16777215</height>
 
        </size>
 
       </property>
 
       <property name="toolTip">
 
        <string>Width of X axis as maximum number of samples that are shown in plot</string>
 
       </property>
0 comments (0 inline, 0 general)