[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2024-04-21 12:31:31 +00:00 committed by github-actions[bot]
parent dc433ef4f1
commit fc5a7f1c89

View file

@ -1031,7 +1031,8 @@ class PluginWindow(popup.PopupWindow):
# Author
text = 'by ' + ', '.join([author["name"] for author in self.plugin.info["authors"]])
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),
label='',
texture=bui.gettexture("empty"),