From 545747d9817577d17e25b3dfdb87e43c2284a40b Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Sun, 20 Jul 2025 13:03:48 -0700 Subject: [PATCH] better --- ui/pages/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pages/sync.py b/ui/pages/sync.py index 01cc71c4..8b02a84a 100644 --- a/ui/pages/sync.py +++ b/ui/pages/sync.py @@ -801,7 +801,7 @@ class SyncPage(QWidget): # Content area content_layout = QHBoxLayout() - content_layout.setSpacing(25) + content_layout.setSpacing(15) # Reduced from 25 to 15 for tighter spacing # Left side - Playlist list playlist_section = self.create_playlist_section()