mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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
|
property Item toolBox
|
||||||
|
|
||||||
PlasmaComponents.ToolButton {
|
PlasmaComponents.ToolButton {
|
||||||
|
height: parent.height
|
||||||
|
width: height
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
iconSource: "go-home"
|
iconSource: "go-home"
|
||||||
onClicked: plasmoid.nativeInterface.executeScript("showdesktop");
|
onClicked: plasmoid.nativeInterface.executeScript("showdesktop");
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaComponents.ToolButton {
|
PlasmaComponents.ToolButton {
|
||||||
|
height: parent.height
|
||||||
|
width: height
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
iconSource: "window-close"
|
iconSource: "window-close"
|
||||||
onClicked: plasmoid.nativeInterface.executeScript("close");
|
onClicked: plasmoid.nativeInterface.executeScript("close");
|
||||||
|
|
|
||||||
|
|
@ -23,5 +23,5 @@ panel.height = 60;
|
||||||
|
|
||||||
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
var bottomPanel = new Panel("org.kde.phone.taskpanel");
|
||||||
bottomPanel.location = "bottom";
|
bottomPanel.location = "bottom";
|
||||||
bottomPanel.height = 80;
|
bottomPanel.height = 100;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue