diff options
| author | Tannin <devnull@localhost> | 2014-04-23 23:59:30 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-04-23 23:59:30 +0200 |
| commit | 2db33523a1c8497657963a88f70fe1726cbf8fc9 (patch) | |
| tree | 016b015087a64900db9787a2a3f3551128c43df3 /src/mainwindow.ui | |
| parent | 540747177ae02c9431d33a2c3adc1f747b74b868 (diff) | |
- added an option to show meta info on downloads instead of filenames
- MO will now cancel if user tries to run MO vfs-injected
- when saving the MO ini file it is now written to a tmp file first and then overwritten
- updated to link against boost python 1.55
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">
|
