From 32e5180ab26a60cfcf9c6b9aa6a46b2b7e09e32e Mon Sep 17 00:00:00 2001 From: vishal332008 Date: Wed, 22 Jan 2025 17:23:09 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/easy_connect.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/plugins/utilities/easy_connect.py b/plugins/utilities/easy_connect.py index e1ed00c..7faf647 100644 --- a/plugins/utilities/easy_connect.py +++ b/plugins/utilities/easy_connect.py @@ -242,22 +242,22 @@ def newbuild_favorites_tab(self, region_width: float, region_height: float) -> N margin=0, claims_left_right=True) self._no_parties_added_text = bui.textwidget( - parent=self._container, - size=(0, 0), - h_align='center', - v_align='center', - text='', - color=(0.6, 0.6, 0.6), - scale=1.2, - position=( - ( - (240 if uiscale is bui.UIScale.SMALL else 225) - + sub_scroll_width * 0.5 - ), - v + sub_scroll_height * 0.5, + parent=self._container, + size=(0, 0), + h_align='center', + v_align='center', + text='', + color=(0.6, 0.6, 0.6), + scale=1.2, + position=( + ( + (240 if uiscale is bui.UIScale.SMALL else 225) + + sub_scroll_width * 0.5 ), - glow_type='uniform', - ) + v + sub_scroll_height * 0.5, + ), + glow_type='uniform', + ) self._favorite_selected = None self._refresh_favorites()