1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 21:02:06 -04:00

window rules: default to fixed for width/height part of #1774

This commit is contained in:
bbedward
2026-02-20 13:51:03 -05:00
parent 8c6c2ffd23
commit 837329a6d8
2 changed files with 9 additions and 7 deletions

View File

@@ -631,7 +631,7 @@ FloatingWindow {
anchors.fill: parent
font.pixelSize: Theme.fontSizeSmall
textColor: Theme.surfaceText
placeholderText: "fixed 800"
placeholderText: "800"
backgroundColor: "transparent"
enabled: root.visible
}
@@ -658,7 +658,7 @@ FloatingWindow {
anchors.fill: parent
font.pixelSize: Theme.fontSizeSmall
textColor: Theme.surfaceText
placeholderText: "fixed 600"
placeholderText: "600"
backgroundColor: "transparent"
enabled: root.visible
}