summaryrefslogtreecommitdiffhomepage
path: root/gui/options-dialog.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-05-16 10:51:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-05-16 10:51:48 +0200
commitd7e1d8165a4d8c7bb559cb00b79f9567d0c4ab6e (patch)
tree6e492124b6901b5bd79649dae37b1991c896bcf2 /gui/options-dialog.ui
parenta9ddb1242181032c549bcac7341e38cb2ee0bb73 (diff)
logic: remove height in "dynamic neck"
It doesn't help any. Leave the depth only.
Diffstat (limited to 'gui/options-dialog.ui')
-rw-r--r--gui/options-dialog.ui57
1 files changed, 11 insertions, 46 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui
index 0a6e5839..46ffd074 100644
--- a/gui/options-dialog.ui
+++ b/gui/options-dialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>588</width>
- <height>552</height>
+ <height>550</height>
</rect>
</property>
<property name="sizePolicy">
@@ -42,7 +42,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
- <number>0</number>
+ <number>3</number>
</property>
<property name="usesScrollButtons">
<bool>false</bool>
@@ -2301,42 +2301,23 @@
<property name="spacing">
<number>0</number>
</property>
- <item row="1" column="0">
- <widget class="QLabel" name="label_31">
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="neck_enable">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
- <horstretch>15</horstretch>
+ <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
+ <horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="styleSheet">
+ <string notr="true"/>
+ </property>
<property name="text">
- <string>Height from center of rotation</string>
+ <string>Enable</string>
</property>
</widget>
</item>
<item row="1" column="1">
- <widget class="QSpinBox" name="neck_y">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
- <horstretch>4</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- <property name="suffix">
- <string> cm</string>
- </property>
- <property name="minimum">
- <number>-100</number>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
<widget class="QSpinBox" name="neck_z">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
@@ -2358,7 +2339,7 @@
</property>
</widget>
</item>
- <item row="2" column="0">
+ <item row="1" column="0">
<widget class="QLabel" name="label_32">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
@@ -2371,22 +2352,6 @@
</property>
</widget>
</item>
- <item row="0" column="0">
- <widget class="QCheckBox" name="neck_enable">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>Enable</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
</item>