From 6df97ae3a7d4c3d5d6762dcce4916d652fff4104 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 15 Oct 2015 14:51:11 +0200 Subject: [PATCH] smaller config window that fits in screen --- shell/contents/configuration/AppletConfiguration.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/contents/configuration/AppletConfiguration.qml b/shell/contents/configuration/AppletConfiguration.qml index a2bdfa31..448f6f75 100644 --- a/shell/contents/configuration/AppletConfiguration.qml +++ b/shell/contents/configuration/AppletConfiguration.qml @@ -27,7 +27,7 @@ import org.kde.plasma.configuration 2.0 //TODO: all of this will be done with desktop components Rectangle { id: root - Layout.minimumWidth: units.gridUnit * 30 + Layout.minimumWidth: units.gridUnit * 20 Layout.minimumHeight: units.gridUnit * 20 //BEGIN properties