Move header definition from EditAccount to HPage

This commit is contained in:
miruka
2019-07-16 12:53:52 -04:00
parent a813b1c715
commit 96745902f3
4 changed files with 43 additions and 31 deletions

View File

@@ -44,6 +44,7 @@ Item {
Layout.minimumWidth: reduce ? 0 : theme.sidePane.collapsedWidth
Behavior on Layout.minimumWidth {
// Must run faster than SidePane implicitWidth anim
HNumberAnimation { duration: theme.animationDuration / 2 }
}
}