dock: coordinated resize animation via centralized reservedWidthAnimated
This commit is contained in:
parent
23297d2c4b
commit
41293c02a9
4 changed files with 17 additions and 12 deletions
|
|
@ -80,7 +80,7 @@ Item {
|
|||
corner: 1
|
||||
anchors.top: true
|
||||
anchors.right: true
|
||||
margins.right: S.DockState.reservedWidth
|
||||
margins.right: S.DockState.reservedWidthAnimated
|
||||
}
|
||||
Corner {
|
||||
corner: 2
|
||||
|
|
@ -91,6 +91,6 @@ Item {
|
|||
corner: 3
|
||||
anchors.bottom: true
|
||||
anchors.right: true
|
||||
margins.right: S.DockState.reservedWidth
|
||||
margins.right: S.DockState.reservedWidthAnimated
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue