mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update party_filter.py
This commit is contained in:
parent
0840a0bd89
commit
bb7c691900
1 changed files with 0 additions and 11 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue