fix active window title not showing

This commit is contained in:
end-4
2025-06-13 17:36:48 +02:00
parent dc24541f61
commit c882b162d2
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -176,9 +176,10 @@ Scope {
}
ActiveWindow {
visible: barRoot.useShortenedForm === 0 && width > 0 && height > 0
visible: barRoot.useShortenedForm === 0
Layout.rightMargin: Appearance.rounding.screenRounding
Layout.fillWidth: true
Layout.fillHeight: true
bar: barRoot
}
}