mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(wallpaper-panel): 50% max height
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user