mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(Collapse): code style fixes
This commit is contained in:
parent
7fe31da6ab
commit
2d73949568
1 changed files with 2 additions and 2 deletions
|
|
@ -38,12 +38,12 @@ Item {
|
|||
// -----------------------------------------------------------------
|
||||
|
||||
states: State {
|
||||
name: 'Collapsed'
|
||||
name: 'collapsed'
|
||||
when: _collapsed
|
||||
|
||||
PropertyChanges {
|
||||
target: button
|
||||
rotation: 180
|
||||
target: button
|
||||
}
|
||||
|
||||
PropertyChanges {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue