mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
[ci] auto-format
This commit is contained in:
parent
dc433ef4f1
commit
fc5a7f1c89
1 changed files with 28 additions and 27 deletions
|
|
@ -1031,7 +1031,8 @@ class PluginWindow(popup.PopupWindow):
|
||||||
# Author
|
# Author
|
||||||
text = 'by ' + ', '.join([author["name"] for author in self.plugin.info["authors"]])
|
text = 'by ' + ', '.join([author["name"] for author in self.plugin.info["authors"]])
|
||||||
author_text_control_btn = bui.buttonwidget(parent=self._root_widget,
|
author_text_control_btn = bui.buttonwidget(parent=self._root_widget,
|
||||||
position=(width * 0.49 - (len(text)*14/2), pos - 10),
|
position=(width * 0.49 -
|
||||||
|
(len(text)*14/2), pos - 10),
|
||||||
size=(len(text)*14, 20),
|
size=(len(text)*14, 20),
|
||||||
label='',
|
label='',
|
||||||
texture=bui.gettexture("empty"),
|
texture=bui.gettexture("empty"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue