plugin settings maxwidth fix

This commit is contained in:
Eric 2023-01-21 19:18:42 -08:00
parent fd6350fb13
commit 2d3430817a
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -108,7 +108,7 @@ class PluginSettingsWindow(ba.Window):
),
text=ba.Lstr(resource='pluginsAutoEnableNewText'),
scale=1.0,
maxwidth=430,
maxwidth=308,
on_value_change_call=self._update_value,
)