From 76e51658f0cb65fc4378a766872bf2e3288c6400 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sat, 13 Jun 2015 17:36:11 -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 60368ad5..608088ac 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 = 120; +bottomPanel.height = 150;