diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index dc91121c..c7d35981 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1121,20 +1121,26 @@ p, li { white-space: pre-wrap; } </layout>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,2">
+ <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,2">
<item>
- <widget class="QCheckBox" name="compactBox">
+ <widget class="QCheckBox" name="showHiddenBox">
<property name="text">
- <string>Compact</string>
+ <string>Show Hidden</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="showHiddenBox">
- <property name="text">
- <string>Show Hidden</string>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
- </widget>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
</item>
<item>
<widget class="MOBase::LineEditClear" name="downloadFilterEdit">
|
