We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13888e commit 9a90080Copy full SHA for 9a90080
1 file changed
Modules/Panels/Wallpaper/WallpaperPanel.qml
@@ -13,9 +13,9 @@ SmartPanel {
13
id: root
14
15
preferredWidth: 800 * Style.uiScaleRatio
16
- preferredHeight: 600 * Style.uiScaleRatio
+ preferredHeight: 800 * Style.uiScaleRatio
17
preferredWidthRatio: 0.5
18
- preferredHeightRatio: 0.7
+ preferredHeightRatio: 0.5
19
20
// Positioning
21
readonly property string screenBarPosition: Settings.getBarPositionForScreen(screen?.name)
0 commit comments