1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -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 babc8feb2b
commit b2bee699e0
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
}