bigger bottom bar

This commit is contained in:
Marco Martin 2015-06-12 18:25:58 -07:00
parent 5fd688df18
commit fd382d0b2b
2 changed files with 5 additions and 1 deletions

View file

@ -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");

View file

@ -23,5 +23,5 @@ panel.height = 60;
var bottomPanel = new Panel("org.kde.phone.taskpanel");
bottomPanel.location = "bottom";
bottomPanel.height = 80;
bottomPanel.height = 100;