mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +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
|
width: panelContents.width
|
||||||
height: panelContents.height
|
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