mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
use proper task label
This commit is contained in:
parent
d5e0c7acc8
commit
bdac73fdab
2 changed files with 4 additions and 4 deletions
|
|
@ -103,10 +103,11 @@ Item {
|
|||
bottom: parent.bottom
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
margins: units.smallSpacing
|
||||
}
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
elide: Text.ElideRight
|
||||
text: model.AppName
|
||||
text: model.display
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
|
|
@ -198,14 +198,13 @@ NanoShell.FullScreenOverlay {
|
|||
}
|
||||
|
||||
PlasmaComponents.RoundButton {
|
||||
id: showDesktopButton
|
||||
height: units.iconSizes.large
|
||||
width: height
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
}
|
||||
icon.name: "start-here-kde"
|
||||
icon.width: units.iconSizes.medium
|
||||
icon.height: units.iconSizes.medium
|
||||
onClicked: {
|
||||
currentTaskIndex = -1;
|
||||
window.hide();
|
||||
|
|
|
|||
Loading…
Reference in a new issue