1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

Adjust fonts

This commit is contained in:
bbedward
2025-07-28 11:41:48 -04:00
parent 73e1f0b6c0
commit d4e5e60e7b
2 changed files with 6 additions and 1 deletions

View File

@@ -179,6 +179,8 @@ Rectangle {
color: Theme.surfaceText
width: parent.width
elide: Text.ElideRight
wrapMode: Text.NoWrap
maximumLineCount: 1
}
StyledText {
@@ -192,6 +194,8 @@ Rectangle {
color: Qt.rgba(Theme.surfaceText.r, Theme.surfaceText.g, Theme.surfaceText.b, 0.8)
width: parent.width
elide: Text.ElideRight
wrapMode: Text.NoWrap
maximumLineCount: 1
}
StyledText {
@@ -205,6 +209,8 @@ Rectangle {
color: Qt.rgba(Theme.surfaceText.r, Theme.surfaceText.g, Theme.surfaceText.b, 0.6)
width: parent.width
elide: Text.ElideRight
wrapMode: Text.NoWrap
maximumLineCount: 1
visible: text.length > 0
}

View File

@@ -29,7 +29,6 @@ Text {
wrapMode: Text.WordWrap
elide: Text.ElideRight
verticalAlignment: Text.AlignVCenter
renderType: Text.NativeRendering
textFormat: Text.PlainText
antialiasing: true