fix spinbox width

BUG: 336150
icc-effect-5.14.5
Thomas Lübking 2014-06-14 18:26:00 +02:00
parent f0e1e3187e
commit ddd8ea4c74
1 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>656</width>
<height>527</height>
<height>540</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2" rowstretch="1,1,1,100" columnstretch="1,2,3,2">
@ -238,7 +238,7 @@ You very likely want to use&lt;br&gt;
<item>
<widget class="QSpinBox" name="delayFocus">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -246,8 +246,8 @@ You very likely want to use&lt;br&gt;
<property name="whatsThis">
<string>This is the delay after which the window the mouse pointer is over will automatically receive focus.</string>
</property>
<property name="value">
<number>100</number>
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>0</number>
@ -258,8 +258,8 @@ You very likely want to use&lt;br&gt;
<property name="singleStep">
<number>100</number>
</property>
<property name="suffix">
<string> ms</string>
<property name="value">
<number>99</number>
</property>
</widget>
</item>
@ -463,7 +463,7 @@ You very likely want to use&lt;br&gt;
<item row="1" column="1">
<widget class="QSpinBox" name="autoRaise">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -471,8 +471,8 @@ You very likely want to use&lt;br&gt;
<property name="whatsThis">
<string>This is the delay after which the window that the mouse pointer is over will automatically come to the front.</string>
</property>
<property name="value">
<number>100</number>
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>0</number>
@ -483,8 +483,8 @@ You very likely want to use&lt;br&gt;
<property name="singleStep">
<number>100</number>
</property>
<property name="suffix">
<string> ms</string>
<property name="value">
<number>99</number>
</property>
</widget>
</item>