From 3c7f688d1797541622c0cd3f8b2ea698d592a2d9 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sat, 13 Jun 2015 16:35:32 -0700 Subject: [PATCH] bigger panel --- shell/contents/layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/contents/layout.js b/shell/contents/layout.js index 2289d7a6..60368ad5 100644 --- a/shell/contents/layout.js +++ b/shell/contents/layout.js @@ -23,5 +23,5 @@ panel.height = 60; var bottomPanel = new Panel("org.kde.phone.taskpanel"); bottomPanel.location = "bottom"; -bottomPanel.height = 100; +bottomPanel.height = 120;