diff options
Diffstat (limited to 'gui/versionselectdialog.ui')
-rw-r--r-- | gui/versionselectdialog.ui | 55 |
1 files changed, 53 insertions, 2 deletions
diff --git a/gui/versionselectdialog.ui b/gui/versionselectdialog.ui index 2bdd4449..5cb0ebad 100644 --- a/gui/versionselectdialog.ui +++ b/gui/versionselectdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>300</height> + <height>347</height> </rect> </property> <property name="windowTitle"> @@ -39,19 +39,70 @@ <item> <layout class="QHBoxLayout" name="filterCheckboxLayout1"> <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QCheckBox" name="filterSnapshotsCheckbox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> <string>Show &snapshots?</string> </property> </widget> </item> <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> <widget class="QCheckBox" name="filterMCNostalgiaCheckbox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> <property name="text"> - <string>Show MC&Nostalgia?</string> + <string>Show &Nostalgia?</string> </property> </widget> </item> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> </layout> </item> <item> |