diff --git a/containments/panel/package/contents/ui/main.qml b/containments/panel/package/contents/ui/main.qml index f3fd1c19..adb6c39c 100644 --- a/containments/panel/package/contents/ui/main.qml +++ b/containments/panel/package/contents/ui/main.qml @@ -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; + } } } }