From d30e2297cf060a7df9d53867ff0b63800156b020 Mon Sep 17 00:00:00 2001 From: vishal332008 Date: Sun, 21 Apr 2024 10:28:35 +0000 Subject: [PATCH] [ci] auto-format --- plugin_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_manager.py b/plugin_manager.py index 30d3927..1b037ec 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -920,7 +920,7 @@ class AuthorsWindow(popup.PopupWindow): h_align='center', v_align='center', text='Authors', scale=text_scale * 1.25, color=color, maxwidth=width * 0.9) - + back_button = bui.buttonwidget( parent=self._root_widget, position=(width * 0.1, height * 0.87), @@ -953,7 +953,7 @@ class AuthorsWindow(popup.PopupWindow): scale=( (1.0 if key == 'name' else 0.9) if _uiscale is babase.UIScale.SMALL else (1.2 if key == 'name' else 1.0) - ), + ), text=text, h_align='left', v_align='center',