From 9efada7dd76e66dd18092cce92e0d56670400d57 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Mon, 3 Nov 2025 19:28:29 +0100 Subject: [PATCH] WallpaperPanel: reduce height --- Modules/Wallpaper/WallpaperPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Wallpaper/WallpaperPanel.qml b/Modules/Wallpaper/WallpaperPanel.qml index 472cdfcc..bbb2aaa8 100644 --- a/Modules/Wallpaper/WallpaperPanel.qml +++ b/Modules/Wallpaper/WallpaperPanel.qml @@ -15,7 +15,7 @@ NPanel { preferredWidth: 800 * Style.uiScaleRatio preferredHeight: 600 * Style.uiScaleRatio preferredWidthRatio: 0.5 - preferredHeightRatio: 0.52 + preferredHeightRatio: 0.45 // Positioning - Use launcher position. This saves a setting... readonly property string launcherPosition: Settings.data.appLauncher.position