mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 22:14:45 +08:00
not that color 🤦
This commit is contained in:
parent
7fadc84ae9
commit
89e7fa8300
@ -290,7 +290,7 @@ class ManualGatherTab(GatherTab):
|
|||||||
click_activate=True,
|
click_activate=True,
|
||||||
position=(c_width * 0.5 - 125, v - 30),
|
position=(c_width * 0.5 - 125, v - 30),
|
||||||
autoselect=True,
|
autoselect=True,
|
||||||
color=(0.8, 1.0, 0.8),
|
color=(0.5, 0.9, 0.5),
|
||||||
scale=0.8,
|
scale=0.8,
|
||||||
selectable=True,
|
selectable=True,
|
||||||
on_activate_call=ba.Call(self._on_show_my_address_button_press, v,
|
on_activate_call=ba.Call(self._on_show_my_address_button_press, v,
|
||||||
@ -421,7 +421,7 @@ class ManualGatherTab(GatherTab):
|
|||||||
h_align='center',
|
h_align='center',
|
||||||
v_align='center',
|
v_align='center',
|
||||||
text=ba.Lstr(resource='editText'),
|
text=ba.Lstr(resource='editText'),
|
||||||
color=(0.5, 0.8, 0.5),
|
color=(0.6, 1.0, 0.6),
|
||||||
maxwidth=c_width * 0.8,
|
maxwidth=c_width * 0.8,
|
||||||
position=(c_width * 0.5, c_height - 60))
|
position=(c_width * 0.5, c_height - 60))
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user