wrap all items in pane

This commit is contained in:
Benjamin Palko 2025-09-11 17:05:14 -04:00
parent 2b6b9aee28
commit 8104e3c099
2 changed files with 74 additions and 60 deletions

View file

@ -1,5 +1,4 @@
import qs.components
import qs.config
import QtQuick
import QtQuick.Layouts
@ -14,8 +13,10 @@ GridLayout {
font.pixelSize: 18
}
StyledSwitch {
text: "Enable"
StyledPane {
StyledSwitch {
text: "Enable"
}
}
}
}