Adjust accordion arrows to match default UX (see sample components)
This commit is contained in:
parent
8bd4ff9102
commit
bb9cacb71e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Item {
|
||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
when: area.expanded
|
when: area.expanded
|
||||||
PropertyChanges { target: image; rotation: 90 }
|
PropertyChanges { target: image; rotation: -90 }
|
||||||
PropertyChanges { target: content; height: content.implicitHeight + Theme.paddingLarge; opacity: 1.0 }
|
PropertyChanges { target: content; height: content.implicitHeight + Theme.paddingLarge; opacity: 1.0 }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -91,7 +91,7 @@ Item {
|
||||||
width: visible ? Theme.iconSizeMedium : 0
|
width: visible ? Theme.iconSizeMedium : 0
|
||||||
highlighted: parent.highlighted
|
highlighted: parent.highlighted
|
||||||
source: "image://theme/icon-m-right"
|
source: "image://theme/icon-m-right"
|
||||||
rotation: -90
|
rotation: 90
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loader {
|
Loader {
|
||||||
|
|
Loading…
Reference in a new issue