diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml index bb1e625..673e52f 100644 --- a/modules/bar/popouts/ActiveWindow.qml +++ b/modules/bar/popouts/ActiveWindow.qml @@ -73,6 +73,13 @@ Item { property: "scale" to: 1 } + // Fixes really weird transition bug + NumberAnimation { + targets: header + property: "height" + to: Config.font.size.normal + duration: 20 + } } // Reveal on window title change @@ -111,6 +118,7 @@ Item { anchors.right: infobox.right anchors.top: infobox.top anchors.margins: 12 + anchors.topMargin: 11 } }