mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 18:15:45 +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),
|
||||
autoselect=True,
|
||||
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),
|
||||
size=(self._scroll_width - 40, 50),
|
||||
on_value_change_call=bui.Call(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user