mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
A Small Fix in Gather Tab
This commit is contained in:
parent
147038b724
commit
128ec50adc
@ -256,6 +256,7 @@ class ManualGatherTab(GatherTab):
|
|||||||
autoselect=True,
|
autoselect=True,
|
||||||
v_align='center',
|
v_align='center',
|
||||||
scale=1.0,
|
scale=1.0,
|
||||||
|
maxwidth=380,
|
||||||
size=(420, 60),
|
size=(420, 60),
|
||||||
)
|
)
|
||||||
ba.widget(edit=self._join_by_address_text, down_widget=txt)
|
ba.widget(edit=self._join_by_address_text, down_widget=txt)
|
||||||
|
|||||||
@ -571,6 +571,7 @@ class PublicGatherTab(GatherTab):
|
|||||||
h_align='left',
|
h_align='left',
|
||||||
v_align='center',
|
v_align='center',
|
||||||
editable=True,
|
editable=True,
|
||||||
|
maxwidth=310,
|
||||||
description=filter_txt,
|
description=filter_txt,
|
||||||
)
|
)
|
||||||
ba.widget(edit=self._filter_text, up_widget=self._join_text)
|
ba.widget(edit=self._filter_text, up_widget=self._join_text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user