mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
[ci] auto-format
This commit is contained in:
parent
f194499f97
commit
71b20d2ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -1104,7 +1104,7 @@ class PluginWindow(popup.PopupWindow):
|
||||||
size=(len(text)*14, 20),
|
size=(len(text)*14, 20),
|
||||||
label='',
|
label='',
|
||||||
texture=bui.gettexture("empty"),
|
texture=bui.gettexture("empty"),
|
||||||
on_activate_call=lambda:
|
on_activate_call=lambda:
|
||||||
AuthorsWindow(self.plugin.info["authors"], self._root_widget))
|
AuthorsWindow(self.plugin.info["authors"], self._root_widget))
|
||||||
bui.textwidget(parent=self._root_widget,
|
bui.textwidget(parent=self._root_widget,
|
||||||
position=(width * 0.49 - (len(text)*14/2), pos - 10),
|
position=(width * 0.49 - (len(text)*14/2), pos - 10),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue