chore: format
This commit is contained in:
parent
ec8ce65857
commit
d97bbb34a6
1 changed files with 1 additions and 4 deletions
|
|
@ -106,14 +106,11 @@ Row {
|
|||
StateLayer {
|
||||
id: expandStateLayer
|
||||
|
||||
onClicked: {
|
||||
root.expanded = !root.expanded;
|
||||
}
|
||||
|
||||
rect.topLeftRadius: parent.topLeftRadius
|
||||
rect.bottomLeftRadius: parent.bottomLeftRadius
|
||||
color: root.textColour
|
||||
disabled: root.disabled
|
||||
onClicked: root.expanded = !root.expanded
|
||||
}
|
||||
|
||||
MaterialIcon {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue