diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-28 07:22:39 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-28 07:22:39 -0400 |
commit | f438a1fb9f1aed6c2a2ef05f33c54b1b0f447754 (patch) | |
tree | ae1df3d9f86eade5ab35334f1e18aee622731a6b | |
parent | Add size info to the list in lumina-fileinfo, and disable the desktop file ed... (diff) | |
download | lumina-f438a1fb9f1aed6c2a2ef05f33c54b1b0f447754.tar.gz lumina-f438a1fb9f1aed6c2a2ef05f33c54b1b0f447754.tar.bz2 lumina-f438a1fb9f1aed6c2a2ef05f33c54b1b0f447754.zip |
Remove the "TabBarAutoHide" usage in lumina-fileinfo for now. Apparently that is new as of Qt 5.4, and some platforms (OpenBSD) do not have that version yet.
-rw-r--r-- | lumina-fileinfo/dialog.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lumina-fileinfo/dialog.ui b/lumina-fileinfo/dialog.ui index ef0554f5..2827127c 100644 --- a/lumina-fileinfo/dialog.ui +++ b/lumina-fileinfo/dialog.ui @@ -19,9 +19,6 @@ <property name="currentIndex"> <number>0</number> </property> - <property name="tabBarAutoHide"> - <bool>true</bool> - </property> <widget class="QWidget" name="tab_file"> <attribute name="title"> <string>File Properties</string> |