Big improvements on sidepane auto/manual sizing
See gui-tests.md for the expected sidepane behaviors.
This commit is contained in:
@@ -27,11 +27,9 @@ SwipeView {
|
||||
interactive: sidePane.reduce
|
||||
|
||||
SidePane {
|
||||
canAutoSize: false
|
||||
autoWidthRatio: 1.0
|
||||
implicitWidth: swipeView.width
|
||||
collapse: false
|
||||
reduce: false
|
||||
currentSpacing: theme.spacing
|
||||
visible: swipeView.interactive
|
||||
onVisibleChanged: if (currentIndex != 1) swipeView.setCurrentIndex(1)
|
||||
}
|
||||
|
Reference in New Issue
Block a user