[ci] auto-format

This commit is contained in:
vishal332008 2024-04-22 20:20:07 +00:00 committed by github-actions[bot]
parent f194499f97
commit 71b20d2ab3

View file

@ -1104,7 +1104,7 @@ class PluginWindow(popup.PopupWindow):
size=(len(text)*14, 20),
label='',
texture=bui.gettexture("empty"),
on_activate_call=lambda:
on_activate_call=lambda:
AuthorsWindow(self.plugin.info["authors"], self._root_widget))
bui.textwidget(parent=self._root_widget,
position=(width * 0.49 - (len(text)*14/2), pos - 10),