fix(active-window): fix vertical centering, more robust if fonts get bigger than icon.

This commit is contained in:
Lemmy
2026-03-20 20:38:01 -04:00
parent 9966d695cc
commit b3b236fdb8
+1 -2
View File
@@ -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