mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Update translate.py
This commit is contained in:
parent
9aae4d74c5
commit
5cdb4d83ec
1 changed files with 16 additions and 0 deletions
|
|
@ -180,6 +180,22 @@ class TranslateWindow:
|
||||||
position=(-10, 55),
|
position=(-10, 55),
|
||||||
maxwidth=59)
|
maxwidth=59)
|
||||||
|
|
||||||
|
self.other_chat_arrow = bui.textwidget(parent=self._root_widget,
|
||||||
|
color=(1, 1, 1),
|
||||||
|
h_align='center',
|
||||||
|
v_align='center',
|
||||||
|
text=babase.charstr(babase.SpecialChar.RIGHT_ARROW),
|
||||||
|
position=(200, 140),
|
||||||
|
maxwidth=59)
|
||||||
|
|
||||||
|
self.your_chat_arrow = bui.textwidget(parent=self._root_widget,
|
||||||
|
color=(1, 1, 1),
|
||||||
|
h_align='center',
|
||||||
|
v_align='center',
|
||||||
|
text=babase.charstr(babase.SpecialChar.RIGHT_ARROW),
|
||||||
|
position=(200, 55),
|
||||||
|
maxwidth=59)
|
||||||
|
|
||||||
self.other_source_button = PopupMenu(parent=self._root_widget,
|
self.other_source_button = PopupMenu(parent=self._root_widget,
|
||||||
position=(54, 140),
|
position=(54, 140),
|
||||||
autoselect=False,
|
autoselect=False,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue