aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/mainWindow.ui
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-06-07 10:28:26 -0400
committerKen Moore <ken@ixsystems.com>2017-06-07 10:28:26 -0400
commitfa170a25575cf15c766f44820c422d90ec5a9735 (patch)
tree473ce0835fce2062fc72bd790037c500dc113445 /src-qt5/core-utils/lumina-config/mainWindow.ui
parentGet the auto-extract functionality cleaned up with the signal/slots a bit. (diff)
downloadlumina-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.ui4
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">
bgstack15