diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-15 11:59:47 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-15 11:59:47 -0400 |
commit | a51363523b0d5662bdd5b7fc778404f6db386b76 (patch) | |
tree | 85e3b32001063cc9f1cdc85e03cd3b17e5425eb4 /lumina-fm/widgets | |
parent | Update the lumina-fm thumbnail loader to run in a *truly* separate thread fro... (diff) | |
download | lumina-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/widgets')
-rw-r--r-- | lumina-fm/widgets/DirWidget.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lumina-fm/widgets/DirWidget.ui b/lumina-fm/widgets/DirWidget.ui index 1825cd0d..4278a3f0 100644 --- a/lumina-fm/widgets/DirWidget.ui +++ b/lumina-fm/widgets/DirWidget.ui @@ -10,6 +10,12 @@ <height>349</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>350</width> + <height>0</height> + </size> + </property> <property name="windowTitle"> <string>Form</string> </property> @@ -124,7 +130,7 @@ <string notr="true">Status</string> </property> <property name="wordWrap"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> |