test popouts #61

Merged
zach merged 7 commits from test-popouts into main 2026-04-18 00:17:36 +02:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 9418a92e99 - Show all commits
+1 -2
View File
@@ -134,8 +134,7 @@ Item {
Settings.Wrapper { Settings.Wrapper {
id: settings id: settings
anchors.horizontalCenter: parent.horizontalCenter anchors.centerIn: parent
anchors.top: parent.top
panels: root panels: root
screen: root.screen screen: root.screen
visibilities: root.visibilities visibilities: root.visibilities
+1 -1
View File
@@ -235,7 +235,7 @@ Variants {
PanelBg { PanelBg {
id: settingsBg id: settingsBg
deformAmount: 0.15 deformAmount: 0.05
panel: panels.settings panel: panels.settings
radius: Appearance.rounding.large radius: Appearance.rounding.large
} }