feat(wallpaper-panel): 50% max height

This commit is contained in:
Lemmy
2026-03-31 16:04:37 -04:00
parent e13888e978
commit 9a900801ac
+2 -2
View File
@@ -13,9 +13,9 @@ SmartPanel {
id: root
preferredWidth: 800 * Style.uiScaleRatio
preferredHeight: 600 * Style.uiScaleRatio
preferredHeight: 800 * Style.uiScaleRatio
preferredWidthRatio: 0.5
preferredHeightRatio: 0.7
preferredHeightRatio: 0.5
// Positioning
readonly property string screenBarPosition: Settings.getBarPositionForScreen(screen?.name)