mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[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
This commit is contained in:
parent
5da75348f7
commit
210468572d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue