From fd382d0b2bd318bde39b454f229262cb9311d44e Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 12 Jun 2015 18:25:58 -0700 Subject: [PATCH] bigger bottom bar --- containments/taskpanel/package/contents/ui/main.qml | 4 ++++ shell/contents/layout.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/main.qml b/containments/taskpanel/package/contents/ui/main.qml index 7c16088d..25e9c2db 100644 --- a/containments/taskpanel/package/contents/ui/main.qml +++ b/containments/taskpanel/package/contents/ui/main.qml @@ -35,12 +35,16 @@ Rectangle { property Item toolBox PlasmaComponents.ToolButton { + height: parent.height + width: height anchors.horizontalCenter: parent.horizontalCenter iconSource: "go-home" onClicked: plasmoid.nativeInterface.executeScript("showdesktop"); } PlasmaComponents.ToolButton { + height: parent.height + width: height anchors.right: parent.right iconSource: "window-close" onClicked: plasmoid.nativeInterface.executeScript("close"); diff --git a/shell/contents/layout.js b/shell/contents/layout.js index b7ee4134..2289d7a6 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 = 80; +bottomPanel.height = 100;