diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-07 10:28:26 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-07 10:28:26 -0400 |
commit | fa170a25575cf15c766f44820c422d90ec5a9735 (patch) | |
tree | 473ce0835fce2062fc72bd790037c500dc113445 /src-qt5/core-utils/lumina-config/pages/page_main.ui | |
parent | Get the auto-extract functionality cleaned up with the signal/slots a bit. (diff) | |
download | lumina-fa170a25575cf15c766f44820c422d90ec5a9735.tar.gz lumina-fa170a25575cf15c766f44820c422d90ec5a9735.tar.bz2 lumina-fa170a25575cf15c766f44820c422d90ec5a9735.zip |
Deactivate the auto-resize functionality (for now) with a comment about the Fluxbox issue.
This can get reactivated when Fluxbox is deactivated with Lumina 2.0.
Instead, just increase the default size of the main window a bit.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/pages/page_main.ui')
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/page_main.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_main.ui b/src-qt5/core-utils/lumina-config/pages/page_main.ui index 34033d39..07e5a5cd 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_main.ui +++ b/src-qt5/core-utils/lumina-config/pages/page_main.ui @@ -41,6 +41,12 @@ <property name="styleSheet"> <string notr="true">QTreeWidget{background: transparent; }</string> </property> + <property name="horizontalScrollBarPolicy"> + <enum>Qt::ScrollBarAsNeeded</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> <property name="editTriggers"> <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set> </property> @@ -59,6 +65,9 @@ <height>32</height> </size> </property> + <property name="horizontalScrollMode"> + <enum>QAbstractItemView::ScrollPerItem</enum> + </property> <property name="indentation"> <number>20</number> </property> |