app: Elide device name in global drawer
This commit is contained in:
parent
e44e4a4c19
commit
e5c6003399
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ Kirigami.ApplicationWindow
|
||||||
text: announcedNameProperty.value
|
text: announcedNameProperty.value
|
||||||
visible: !nameField.visible
|
visible: !nameField.visible
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
elide: Qt.ElideRight
|
||||||
font.pointSize: 18
|
font.pointSize: 18
|
||||||
Layout.leftMargin: Kirigami.Units.smallSpacing
|
Layout.leftMargin: Kirigami.Units.smallSpacing
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue