From 9a900801acdfc9cea46f1595a40b15f324071665 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Tue, 31 Mar 2026 16:04:37 -0400 Subject: [PATCH] feat(wallpaper-panel): 50% max height --- Modules/Panels/Wallpaper/WallpaperPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Wallpaper/WallpaperPanel.qml b/Modules/Panels/Wallpaper/WallpaperPanel.qml index 95e281387..a6bfba904 100644 --- a/Modules/Panels/Wallpaper/WallpaperPanel.qml +++ b/Modules/Panels/Wallpaper/WallpaperPanel.qml @@ -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)