fix: fix window panel transition
This commit is contained in:
parent
dba7ff6c97
commit
2f8b877c8e
1 changed files with 8 additions and 0 deletions
|
|
@ -73,6 +73,13 @@ Item {
|
||||||
property: "scale"
|
property: "scale"
|
||||||
to: 1
|
to: 1
|
||||||
}
|
}
|
||||||
|
// Fixes really weird transition bug
|
||||||
|
NumberAnimation {
|
||||||
|
targets: header
|
||||||
|
property: "height"
|
||||||
|
to: Config.font.size.normal
|
||||||
|
duration: 20
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reveal on window title change
|
// Reveal on window title change
|
||||||
|
|
@ -111,6 +118,7 @@ Item {
|
||||||
anchors.right: infobox.right
|
anchors.right: infobox.right
|
||||||
anchors.top: infobox.top
|
anchors.top: infobox.top
|
||||||
anchors.margins: 12
|
anchors.margins: 12
|
||||||
|
anchors.topMargin: 11
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue