This commit is contained in:
2026-04-26 22:32:57 +02:00
parent 7a2786af66
commit 2eb0529e98
6 changed files with 619 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Item {
required property var visibilities
implicitHeight: content.implicitHeight
implicitWidth: content.implicitWidth
implicitWidth: Math.max(sidebarPanel.width, content.implicitWidth)
visible: height > 0
Content {