A Small Fix in Gather Tab

This commit is contained in:
Vishal 2022-11-06 20:51:06 +05:30 committed by GitHub
parent 147038b724
commit 128ec50adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)