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)