mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 10:14:45 +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
|
Layout.fillWidth: true
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
text: model.display
|
text: model.AppName
|
||||||
color: theme.textColor
|
color: theme.textColor
|
||||||
}
|
}
|
||||||
PlasmaComponents.ToolButton {
|
PlasmaComponents.ToolButton {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue