[ci] auto-format

This commit is contained in:
kingsamurai123 2022-12-22 11:36:54 +00:00 committed by Rikko
parent a0bb69ddd7
commit 23b4866435

View file

@ -858,7 +858,7 @@ class PluginWindow(popup.PopupWindow):
ba.textwidget(parent=self._root_widget, ba.textwidget(parent=self._root_widget,
position=(width * 0.49, pos), size=(0, 0), position=(width * 0.49, pos), size=(0, 0),
h_align='center', v_align='center', h_align='center', v_align='center',
text=get_description(),#self.plugin.info["description"], text=get_description(), # self.plugin.info["description"],
scale=text_scale * 0.6, color=color, scale=text_scale * 0.6, color=color,
maxwidth=width * 0.95) maxwidth=width * 0.95)
b1_color = None b1_color = None