mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
bigger bottom bar
This commit is contained in:
parent
5fd688df18
commit
fd382d0b2b
2 changed files with 5 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -23,5 +23,5 @@ panel.height = 60;
|
|||
|
||||
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
||||
bottomPanel.location = "bottom";
|
||||
bottomPanel.height = 80;
|
||||
bottomPanel.height = 100;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue