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()