mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 16:13:23 +08:00
Another Small UI Fix
This commit is contained in:
parent
88b840f598
commit
451cb877a5
@ -349,7 +349,9 @@ class PluginWindow(bui.Window):
|
|||||||
text=bui.Lstr(value=classpath),
|
text=bui.Lstr(value=classpath),
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
value=enabled,
|
value=enabled,
|
||||||
maxwidth=self._scroll_width - 200,
|
maxwidth=self._scroll_width - (
|
||||||
|
200 if plugin is not None and plugin.has_settings_ui() else
|
||||||
|
80),
|
||||||
position=(10, item_y),
|
position=(10, item_y),
|
||||||
size=(self._scroll_width - 40, 50),
|
size=(self._scroll_width - 40, 50),
|
||||||
on_value_change_call=bui.Call(
|
on_value_change_call=bui.Call(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user