mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
plugins: default settings dialog width increased from 500 to 600px
This commit is contained in:
@@ -14,7 +14,7 @@ Popup {
|
||||
property var screen: null
|
||||
readonly property real maxHeight: screen ? screen.height * 0.9 : 800
|
||||
|
||||
width: Math.max(settingsContent.implicitWidth + padding * 2, 500 * Style.uiScaleRatio)
|
||||
width: Math.max(settingsContent.implicitWidth + padding * 2, 600 * Style.uiScaleRatio)
|
||||
height: Math.min(settingsContent.implicitHeight + padding * 2, maxHeight)
|
||||
padding: Style.marginXL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user