mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 16:33:20 +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,
|
||||
v_align='center',
|
||||
scale=1.0,
|
||||
maxwidth=380,
|
||||
size=(420, 60),
|
||||
)
|
||||
ba.widget(edit=self._join_by_address_text, down_widget=txt)
|
||||
|
||||
@ -571,6 +571,7 @@ class PublicGatherTab(GatherTab):
|
||||
h_align='left',
|
||||
v_align='center',
|
||||
editable=True,
|
||||
maxwidth=310,
|
||||
description=filter_txt,
|
||||
)
|
||||
ba.widget(edit=self._filter_text, up_widget=self._join_text)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user