1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

window-rules: fix checkbox alignment

This commit is contained in:
bbedward
2026-01-27 19:44:17 -05:00
parent d9d7bb8dcc
commit 78662f9613

View File

@@ -659,6 +659,7 @@ FloatingWindow {
CheckboxRow {
id: opacityEnabled
label: I18n.tr("Opacity")
anchors.verticalCenter: parent.verticalCenter
}
DankSlider {
@@ -749,6 +750,7 @@ FloatingWindow {
CheckboxRow {
id: scrollFactorEnabled
label: I18n.tr("Scroll Factor")
anchors.verticalCenter: parent.verticalCenter
}
DankSlider {
@@ -769,6 +771,7 @@ FloatingWindow {
CheckboxRow {
id: cornerRadiusEnabled
label: I18n.tr("Corner Radius")
anchors.verticalCenter: parent.verticalCenter
}
DankSlider {