From 0090a0294cea9a2b1aec0a779d0b971b5ecbd9d0 Mon Sep 17 00:00:00 2001 From: vishal332008 Date: Sun, 21 Apr 2024 11:20:25 +0000 Subject: [PATCH] [ci] auto-format --- plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_manager.py b/plugin_manager.py index 9762b6d..a95f678 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -952,7 +952,7 @@ class AuthorsWindow(popup.PopupWindow): scale=( (1.1 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='center', v_align='center',