mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-05 04:58:30 -04:00
display config: fix monitor names overflowing, add identity overlay to
ease configuration fixes #1398
This commit is contained in:
@@ -85,6 +85,8 @@ Rectangle {
|
||||
color: root.isConnected ? Theme.surfaceText : Theme.surfaceVariantText
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
wrapMode: Text.NoWrap
|
||||
maximumLineCount: 1
|
||||
elide: Text.ElideMiddle
|
||||
width: Math.min(implicitWidth, root.width - 8)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user