diff --git a/Modules/Bar/Widgets/ActiveWindow.qml b/Modules/Bar/Widgets/ActiveWindow.qml index f31e82802..d615f85da 100644 --- a/Modules/Bar/Widgets/ActiveWindow.qml +++ b/Modules/Bar/Widgets/ActiveWindow.qml @@ -220,8 +220,7 @@ Item { // Horizontal layout for top/bottom bars RowLayout { id: rowLayout - height: iconSize - y: Style.pixelAlignCenter(parent.height, height) + anchors.verticalCenter: parent.verticalCenter spacing: Style.marginS visible: !isVerticalBar z: 1