Update party_filter.py

This commit is contained in:
Y-ellow 2025-05-21 23:48:19 +01:00 committed by GitHub
parent 0840a0bd89
commit bb7c691900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,17 +66,6 @@ class EnhancedPublicGatherTab(PublicGatherTab):
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))
bui.textwidget(
parent=self.window_root,
size=(0, 0),
h_align='center',
v_align='center',
text='BY Yelllow',
scale=0.7,
color=(1, 1, 0),
maxwidth=c_width * 0.8,
position=(c_width * 0.5, c_height - 100))
bui.buttonwidget( bui.buttonwidget(
parent=self.window_root, parent=self.window_root,
position=(c_width * 0.1, c_height * 0.8), position=(c_width * 0.1, c_height * 0.8),