1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-08 06:25:37 -05:00

dankbar: remove hardcoded font weights

fixes #539
This commit is contained in:
bbedward
2025-10-23 23:11:20 -04:00
parent ab4e9646ad
commit 0f55bbc148
13 changed files with 0 additions and 47 deletions

View File

@@ -332,7 +332,6 @@ Item {
}
font.pixelSize: 10
color: Theme.surfaceText
font.weight: Font.Medium
}
Rectangle {
@@ -352,7 +351,6 @@ Item {
text: windowCount > 9 ? "9+" : windowCount
font.pixelSize: 9
color: Theme.surface
font.weight: Font.Bold
}
}
@@ -367,7 +365,6 @@ Item {
text: windowTitle
font.pixelSize: Theme.barTextSize(barThickness)
color: Theme.surfaceText
font.weight: Font.Medium
elide: Text.ElideRight
maximumLineCount: 1
}
@@ -559,7 +556,6 @@ Item {
}
font.pixelSize: 10
color: Theme.surfaceText
font.weight: Font.Medium
}
Rectangle {
@@ -579,7 +575,6 @@ Item {
text: windowCount > 9 ? "9+" : windowCount
font.pixelSize: 9
color: Theme.surface
font.weight: Font.Bold
}
}
@@ -593,7 +588,6 @@ Item {
text: windowTitle
font.pixelSize: Theme.barTextSize(barThickness)
color: Theme.surfaceText
font.weight: Font.Medium
elide: Text.ElideRight
maximumLineCount: 1
}
@@ -780,7 +774,6 @@ Item {
text: I18n.tr("Close")
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceText
font.weight: Font.Normal
}
MouseArea {