From 210468572dfad076706a64af3760eb19117966a1 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 8 Jun 2021 00:53:51 +0200 Subject: [PATCH] [taskpanel] Show app name instead of window title I think this looks better since the window title is often too long to be properly displayed --- containments/taskpanel/package/contents/ui/Task.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/taskpanel/package/contents/ui/Task.qml b/containments/taskpanel/package/contents/ui/Task.qml index 860afa98..0e5bece8 100644 --- a/containments/taskpanel/package/contents/ui/Task.qml +++ b/containments/taskpanel/package/contents/ui/Task.qml @@ -125,7 +125,7 @@ Item { Layout.fillWidth: true horizontalAlignment: Text.AlignHCenter elide: Text.ElideRight - text: model.display + text: model.AppName color: theme.textColor } PlasmaComponents.ToolButton {