mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
add a back button
This commit is contained in:
parent
e1ce3744ae
commit
6cebe54981
1 changed files with 11 additions and 0 deletions
|
|
@ -293,6 +293,17 @@ PlasmaCore.ColorScope {
|
|||
width: panelContents.width
|
||||
height: panelContents.height
|
||||
}
|
||||
PlasmaComponents.ToolButton {
|
||||
anchors {
|
||||
left: fullRepsLayout.left
|
||||
right: fullRepsLayout.right
|
||||
bottom: parent.bottom
|
||||
bottomMargin: root.height
|
||||
}
|
||||
text: i18n("Back")
|
||||
iconName: "go-previous"
|
||||
onClicked: slidingPanel.expanded = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue