diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-01 23:22:45 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-01 23:22:45 +0100 | 
| commit | c98535e65783adcbf80af03725fa3c4a0a277064 (patch) | |
| tree | af03bc750ae5d5c491794ea2e2d3de441a58b587 | |
| parent | 99ac22f1ecadfa5da3ef5c9078e553d50d9dc06f (diff) | |
adjust ui size
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
| -rw-r--r-- | ftnoir_tracker_rift/ftnoir_rift_clientcontrols.ui | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/ftnoir_tracker_rift/ftnoir_rift_clientcontrols.ui b/ftnoir_tracker_rift/ftnoir_rift_clientcontrols.ui index 38e745c9..7f10db99 100644 --- a/ftnoir_tracker_rift/ftnoir_rift_clientcontrols.ui +++ b/ftnoir_tracker_rift/ftnoir_rift_clientcontrols.ui @@ -175,6 +175,12 @@        </item>        <item row="1" column="1">         <widget class="QDoubleSpinBox" name="persistence"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property>          <property name="decimals">           <number>5</number>          </property> @@ -198,6 +204,12 @@        </item>        <item row="2" column="1">         <widget class="QDoubleSpinBox" name="constantDrift"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property>          <property name="decimals">           <number>5</number>          </property> @@ -221,6 +233,12 @@        </item>        <item row="3" column="1">         <widget class="QDoubleSpinBox" name="deadzone"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property>          <property name="decimals">           <number>5</number>          </property>  | 
