Commit 2d739495 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(Collapse): code style fixes

parent 7fe31da6
......@@ -38,12 +38,12 @@ Item {
// -----------------------------------------------------------------
states: State {
name: 'Collapsed'
name: 'collapsed'
when: _collapsed
PropertyChanges {
target: button
rotation: 180
target: button
}
PropertyChanges {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment