diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 21:28:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-24 21:28:34 +0200 |
commit | f40d7a58d0032289e6c122bbd57bc8b6bed8ebcd (patch) | |
tree | 12850e810274f208f7c7643017dfdb5d4995558a /ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui | |
parent | a19d4fc2ec4ef759cae00505038c02c684c4106b (diff) |
actually finish the joystick impl
Diffstat (limited to 'ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui')
-rw-r--r-- | ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui b/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui index 038e5925..a19a3cad 100644 --- a/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui +++ b/ftnoir_tracker_joystick/ftnoir_tracker_joystick_controls.ui @@ -9,7 +9,7 @@ <rect> <x>0</x> <y>0</y> - <width>188</width> + <width>216</width> <height>259</height> </rect> </property> @@ -398,12 +398,12 @@ </widget> </item> <item row="0" column="1"> - <widget class="QSpinBox" name="spinBox"> - <property name="prefix"> - <string>Joy </string> - </property> - <property name="maximum"> - <number>32</number> + <widget class="QComboBox" name="joylist"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> </widget> </item> |