diff --git a/containments/taskpanel/package/contents/ui/Task.qml b/containments/taskpanel/package/contents/ui/Task.qml index c80a9823..a27c7977 100644 --- a/containments/taskpanel/package/contents/ui/Task.qml +++ b/containments/taskpanel/package/contents/ui/Task.qml @@ -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 diff --git a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml index 91261c58..9af8f820 100644 --- a/containments/taskpanel/package/contents/ui/TaskSwitcher.qml +++ b/containments/taskpanel/package/contents/ui/TaskSwitcher.qml @@ -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();