chore: format

This commit is contained in:
2 * r + 2 * t 2026-04-19 19:21:03 +10:00
parent ec8ce65857
commit d97bbb34a6

View file

@ -106,14 +106,11 @@ Row {
StateLayer { StateLayer {
id: expandStateLayer id: expandStateLayer
onClicked: {
root.expanded = !root.expanded;
}
rect.topLeftRadius: parent.topLeftRadius rect.topLeftRadius: parent.topLeftRadius
rect.bottomLeftRadius: parent.bottomLeftRadius rect.bottomLeftRadius: parent.bottomLeftRadius
color: root.textColour color: root.textColour
disabled: root.disabled disabled: root.disabled
onClicked: root.expanded = !root.expanded
} }
MaterialIcon { MaterialIcon {