From 68987f0fa513f9861ab12dfc53aad4481f9e9a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Mon, 18 Mar 2013 21:43:13 +0100 Subject: [PATCH] Default size 1024x768 Makes the initial size of the shell a bit bigger so we can test multiple applets --- src/shell/qmlpackages/desktop/contents/views/Desktop.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell/qmlpackages/desktop/contents/views/Desktop.qml b/src/shell/qmlpackages/desktop/contents/views/Desktop.qml index a1c6a8a87..c5bff200e 100644 --- a/src/shell/qmlpackages/desktop/contents/views/Desktop.qml +++ b/src/shell/qmlpackages/desktop/contents/views/Desktop.qml @@ -25,8 +25,8 @@ import org.kde.plasma.core 2.0 as PlasmaCore Rectangle { id: root color: "black" - width: 640 - height: 480 + width: 1024 + height: 768 property Item containment