mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
don't split
This commit is contained in:
parent
91b4f891e7
commit
fbbb604318
1 changed files with 2 additions and 2 deletions
|
|
@ -131,9 +131,9 @@ ContainmentLayoutManager.ItemContainer {
|
|||
maximumLineCount: 2
|
||||
elide: Text.ElideRight
|
||||
|
||||
text: model.ApplicationNameRole.split(" ")[0]
|
||||
text: model.ApplicationNameRole //.split(" ")[0]
|
||||
//FIXME: export smallestReadableFont
|
||||
font.pixelSize: theme.defaultFont.pixelSize * 0.8
|
||||
font.pixelSize: theme.defaultFont.pixelSize * 0.9
|
||||
color: model.ApplicationLocationRole == ApplicationListModel.Desktop ? "white" : theme.textColor
|
||||
|
||||
layer.enabled: model.ApplicationLocationRole == ApplicationListModel.Desktop
|
||||
|
|
|
|||
Loading…
Reference in a new issue