Skip to content

Commit 9a90080

Browse files
committed
feat(wallpaper-panel): 50% max height
1 parent e13888e commit 9a90080

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Panels/Wallpaper/WallpaperPanel.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ SmartPanel {
1313
id: root
1414

1515
preferredWidth: 800 * Style.uiScaleRatio
16-
preferredHeight: 600 * Style.uiScaleRatio
16+
preferredHeight: 800 * Style.uiScaleRatio
1717
preferredWidthRatio: 0.5
18-
preferredHeightRatio: 0.7
18+
preferredHeightRatio: 0.5
1919

2020
// Positioning
2121
readonly property string screenBarPosition: Settings.getBarPositionForScreen(screen?.name)

0 commit comments

Comments
 (0)