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/mainWindow.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/mainWindow.ui')
-rw-r--r-- | src-qt5/core-utils/lumina-config/mainWindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core-utils/lumina-config/mainWindow.ui b/src-qt5/core-utils/lumina-config/mainWindow.ui index 0a9f6896..70e9895c 100644 --- a/src-qt5/core-utils/lumina-config/mainWindow.ui +++ b/src-qt5/core-utils/lumina-config/mainWindow.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>504</width> - <height>388</height> + <width>550</width> + <height>400</height> </rect> </property> <property name="windowTitle"> |