mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(wallpaper): fixed wallhaven pager. increased height from 45% to 70%
This commit is contained in:
@@ -15,7 +15,7 @@ SmartPanel {
|
||||
preferredWidth: 800 * Style.uiScaleRatio
|
||||
preferredHeight: 600 * Style.uiScaleRatio
|
||||
preferredWidthRatio: 0.5
|
||||
preferredHeightRatio: 0.45
|
||||
preferredHeightRatio: 0.7
|
||||
|
||||
// Positioning
|
||||
readonly property string screenBarPosition: Settings.getBarPositionForScreen(screen?.name)
|
||||
@@ -1835,7 +1835,6 @@ SmartPanel {
|
||||
pageInput.inputItem.focus = false;
|
||||
}
|
||||
|
||||
onEditingFinished: submitPage()
|
||||
onAccepted: submitPage()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user