mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 17:03:14 +08:00
Latest public/internal sync.
This commit is contained in:
parent
73baf4c953
commit
4ff968a80b
@ -128,7 +128,7 @@ class PartyWindow(bui.Window):
|
||||
color=(0.4, 0.6, 0.3),
|
||||
)
|
||||
self._columnwidget = bui.columnwidget(
|
||||
parent=self._scrollwidget, border=2, left_border=-200, margin=0
|
||||
parent=self._scrollwidget, border=2, left_border=-200, margin=0
|
||||
)
|
||||
bui.widget(edit=self._menu_button, down_widget=self._columnwidget)
|
||||
|
||||
@ -226,8 +226,7 @@ class PartyWindow(bui.Window):
|
||||
if bui.clipboard_is_supported():
|
||||
bui.clipboard_set_text(msg)
|
||||
bui.screenmessage(
|
||||
bui.Lstr(resource='copyConfirmText'),
|
||||
color=(0, 1, 0)
|
||||
bui.Lstr(resource='copyConfirmText'), color=(0, 1, 0)
|
||||
)
|
||||
|
||||
def _on_menu_button_press(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user