This commit is contained in:
Zacharias-Brohn
2026-03-13 17:35:46 +01:00
parent 31df6a6cdf
commit b7ca2f5c93
8 changed files with 139 additions and 57 deletions
+3 -2
View File
@@ -12,8 +12,9 @@ Item {
id: root
property string currentCategory: "general"
readonly property real nonAnimHeight: view.implicitHeight + viewWrapper.anchors.margins * 2
readonly property real nonAnimWidth: view.implicitWidth + 700 + viewWrapper.anchors.margins * 2
readonly property real nonAnimHeight: (screen.height - 400) + viewWrapper.anchors.margins * 2
readonly property real nonAnimWidth: view.implicitWidth + (screen.width - 400 * 2) + viewWrapper.anchors.margins * 2
required property ShellScreen screen
required property PersistentProperties visibilities
implicitHeight: nonAnimHeight