mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
smaller label, only one line of text
This commit is contained in:
parent
5bd75786bc
commit
ba9c60f54c
2 changed files with 4 additions and 5 deletions
|
|
@ -126,15 +126,14 @@ ContainmentLayoutManager.ItemContainer {
|
|||
visible: text.length > 0
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: root.reservedSpaceForLabel
|
||||
wrapMode: Text.WordWrap
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignTop
|
||||
maximumLineCount: 2
|
||||
elide: Text.ElideRight
|
||||
|
||||
text: model.ApplicationNameRole
|
||||
font.pixelSize: theme.defaultFont.pixelSize
|
||||
text: model.ApplicationNameRole.split(" ")[0]
|
||||
//FIXME: export smallestReadableFont
|
||||
font.pixelSize: theme.defaultFont.pixelSize * 0.8
|
||||
color: model.ApplicationLocationRole == ApplicationListModel.Desktop ? "white" : theme.textColor
|
||||
|
||||
layer.enabled: model.ApplicationLocationRole == ApplicationListModel.Desktop
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Item {
|
|||
|
||||
Controls.Label {
|
||||
id: metrics
|
||||
text: "M\nM"
|
||||
text: "M"
|
||||
visible: false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue