From 6b5b686fa5f1b6c8ba05cb98606bcb5e22fdcfd9 Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Mon, 24 Nov 2025 17:16:17 -0800 Subject: [PATCH] more indent --- system/ui/sunnypilot/widgets/tree_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ui/sunnypilot/widgets/tree_dialog.py b/system/ui/sunnypilot/widgets/tree_dialog.py index 9cd6294bc9..13650ae45c 100644 --- a/system/ui/sunnypilot/widgets/tree_dialog.py +++ b/system/ui/sunnypilot/widgets/tree_dialog.py @@ -28,7 +28,7 @@ class TreeItemWidget(Button): def __init__(self, text, ref, is_folder=False, indent_level=0, click_callback=None, favorite_callback=None, is_favorite=False): super().__init__(text, click_callback, button_style=ButtonStyle.NORMAL, text_alignment=rl.GuiTextAlignment.TEXT_ALIGN_LEFT, - text_padding=20 + indent_level * 70, elide_right=True) + text_padding=20 + indent_level * 90, elide_right=True) self.text = text self.ref = ref self.is_folder = is_folder