aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-10-15 11:59:47 -0400
committerKen Moore <moorekou@gmail.com>2015-10-15 11:59:47 -0400
commita51363523b0d5662bdd5b7fc778404f6db386b76 (patch)
tree85e3b32001063cc9f1cdc85e03cd3b17e5425eb4 /lumina-fm/MainUI.ui
parentUpdate the lumina-fm thumbnail loader to run in a *truly* separate thread fro... (diff)
downloadlumina-a51363523b0d5662bdd5b7fc778404f6db386b76.tar.gz
lumina-a51363523b0d5662bdd5b7fc778404f6db386b76.tar.bz2
lumina-a51363523b0d5662bdd5b7fc778404f6db386b76.zip
Increase the minimum size for a DirWidget quite a bit, and setup all the DirWidgets within a horizontal scroll area (for column view with lots of columns).
Diffstat (limited to 'lumina-fm/MainUI.ui')
-rw-r--r--lumina-fm/MainUI.ui45
1 files changed, 44 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.ui b/lumina-fm/MainUI.ui
index 62b9d685..f3787279 100644
--- a/lumina-fm/MainUI.ui
+++ b/lumina-fm/MainUI.ui
@@ -33,7 +33,7 @@
<number>0</number>
</property>
<widget class="QWidget" name="page_browser">
- <layout class="QHBoxLayout" name="BrowserLayout">
+ <layout class="QHBoxLayout" name="BrowserPageLayout">
<property name="spacing">
<number>0</number>
</property>
@@ -49,6 +49,49 @@
<property name="bottomMargin">
<number>0</number>
</property>
+ <item>
+ <widget class="QScrollArea" name="scroll_browsers">
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="verticalScrollBarPolicy">
+ <enum>Qt::ScrollBarAlwaysOff</enum>
+ </property>
+ <property name="sizeAdjustPolicy">
+ <enum>QAbstractScrollArea::AdjustToContents</enum>
+ </property>
+ <property name="widgetResizable">
+ <bool>true</bool>
+ </property>
+ <widget class="QWidget" name="scrollAreaWidgetContents">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>567</width>
+ <height>373</height>
+ </rect>
+ </property>
+ <layout class="QHBoxLayout" name="BrowserLayout">
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ </layout>
+ </widget>
+ </widget>
+ </item>
</layout>
</widget>
<widget class="QWidget" name="page_player"/>
bgstack15