mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
plugin settings maxwidth fix
This commit is contained in:
parent
fd6350fb13
commit
2d3430817a
@ -108,7 +108,7 @@ class PluginSettingsWindow(ba.Window):
|
|||||||
),
|
),
|
||||||
text=ba.Lstr(resource='pluginsAutoEnableNewText'),
|
text=ba.Lstr(resource='pluginsAutoEnableNewText'),
|
||||||
scale=1.0,
|
scale=1.0,
|
||||||
maxwidth=430,
|
maxwidth=308,
|
||||||
on_value_change_call=self._update_value,
|
on_value_change_call=self._update_value,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user