plugins: default settings dialog width increased from 500 to 600px

This commit is contained in:
Lemmy
2026-02-06 16:13:57 -05:00
parent c3a219e114
commit 72168bb47a
+1 -1
View File
@@ -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