aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-05-26 08:21:36 -0400
committerKen Moore <ken@pcbsd.org>2015-05-26 08:21:36 -0400
commitbb8538c321dc9eb4257874ec96a1be7c50c28b33 (patch)
tree930153a85fbada99c692a70664dc66c68b2bc9fe
parentFix one other utility to use the new libLumina changes to the isValidBinary()... (diff)
downloadlumina-bb8538c321dc9eb4257874ec96a1be7c50c28b33.tar.gz
lumina-bb8538c321dc9eb4257874ec96a1be7c50c28b33.tar.bz2
lumina-bb8538c321dc9eb4257874ec96a1be7c50c28b33.zip
Turn off the "uniformItemSizes" Qt flag in the File manager list widget. This was causing issues if an icon was too small to display at the requested size.
-rw-r--r--lumina-fm/MainUI.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-fm/MainUI.ui b/lumina-fm/MainUI.ui
index 9ef367d7..cbde16bb 100644
--- a/lumina-fm/MainUI.ui
+++ b/lumina-fm/MainUI.ui
@@ -93,7 +93,7 @@
<number>1</number>
</property>
<property name="uniformItemSizes">
- <bool>true</bool>
+ <bool>false</bool>
</property>
<property name="batchSize">
<number>10</number>
bgstack15