diff options
author | Ken Moore <ken@pcbsd.org> | 2015-05-26 08:21:36 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-05-26 08:21:36 -0400 |
commit | bb8538c321dc9eb4257874ec96a1be7c50c28b33 (patch) | |
tree | 930153a85fbada99c692a70664dc66c68b2bc9fe | |
parent | Fix one other utility to use the new libLumina changes to the isValidBinary()... (diff) | |
download | lumina-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.ui | 2 |
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> |