diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-03-24 18:38:58 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-03-24 18:38:58 +0100 |
commit | af046ff6fcc566f909522d7932d932ddfd322cc3 (patch) | |
tree | 556022d6fac7babf37b6f375ce967ae4e6c5b354 /gui | |
parent | 40570c321069b832722b807227fd8ff9bbd7c10d (diff) | |
download | MultiMC-af046ff6fcc566f909522d7932d932ddfd322cc3.tar MultiMC-af046ff6fcc566f909522d7932d932ddfd322cc3.tar.gz MultiMC-af046ff6fcc566f909522d7932d932ddfd322cc3.tar.lz MultiMC-af046ff6fcc566f909522d7932d932ddfd322cc3.tar.xz MultiMC-af046ff6fcc566f909522d7932d932ddfd322cc3.zip |
Fix settings dialog java tab layout
Diffstat (limited to 'gui')
-rw-r--r-- | gui/settingsdialog.ui | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/gui/settingsdialog.ui b/gui/settingsdialog.ui index d30f56bb..6e6d115f 100644 --- a/gui/settingsdialog.ui +++ b/gui/settingsdialog.ui @@ -6,10 +6,16 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>420</height> + <width>453</width> + <height>563</height> </rect> </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="windowTitle"> <string>Settings</string> </property> @@ -400,31 +406,27 @@ <item row="1" column="1"> <widget class="QLineEdit" name="postExitCmdTextBox"/> </item> - <item row="2" column="0" colspan="2"> - <widget class="QLabel" name="labelCustomCmdsDescription"> - <property name="text"> - <string>Pre-launch command runs before the instance launches and post-exit command runs after it exits. Both will be run in MultiMC's working directory with INST_ID, INST_DIR, and INST_NAME as environment variables.</string> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> </layout> </widget> </item> <item> - <spacer name="verticalSpacerJava"> - <property name="orientation"> - <enum>Qt::Vertical</enum> + <widget class="QLabel" name="labelCustomCmdsDescription"> + <property name="sizePolicy"> + <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> + <property name="text"> + <string>Pre-launch command runs before the instance launches and post-exit command runs after it exits. Both will be run in MultiMC's working directory with INST_ID, INST_DIR, and INST_NAME as environment variables.</string> </property> - </spacer> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> </item> </layout> </widget> |