Move autoexpand from MultiViewPane to base HDrawer

This commit is contained in:
miruka
2020-07-14 03:19:57 -04:00
parent 4b7ce1a195
commit f84b13c657
3 changed files with 10 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ HDrawer {
saveName: "mainPane"
background: Rectangle { color: theme.mainPane.background }
minimumSize: theme.mainPane.minimumSize
minimumSize: requireDefaultSize ? defaultSize : theme.mainPane.minimumSize
Behavior on opacity { HNumberAnimation {} }