properly styled switch to not look like ass

This commit is contained in:
Benjamin Palko 2025-08-31 11:29:15 -04:00
parent c277bc6938
commit 135446ab82
2 changed files with 37 additions and 22 deletions

View file

@ -62,7 +62,10 @@ StyledWindow {
text: "Switch"
font.pixelSize: 18
}
StyledSwitch {}
StyledSwitch {
text: "Enable"
}
}
ColumnLayout {