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;