From 90e07608a1bf44e06048bfabe48a9f39e1b8f7ba Mon Sep 17 00:00:00 2001 From: Lemmy Date: Tue, 31 Mar 2026 16:07:45 -0400 Subject: [PATCH] feat(wallpaper-panel): adjust height for 1080p --- Modules/Panels/Wallpaper/WallpaperPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Panels/Wallpaper/WallpaperPanel.qml b/Modules/Panels/Wallpaper/WallpaperPanel.qml index a6bfba904..a183fdce2 100644 --- a/Modules/Panels/Wallpaper/WallpaperPanel.qml +++ b/Modules/Panels/Wallpaper/WallpaperPanel.qml @@ -13,7 +13,7 @@ SmartPanel { id: root preferredWidth: 800 * Style.uiScaleRatio - preferredHeight: 800 * Style.uiScaleRatio + preferredHeight: 650 * Style.uiScaleRatio preferredWidthRatio: 0.5 preferredHeightRatio: 0.5