better
This commit is contained in:
parent
d0e6d2851a
commit
545747d981
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ class SyncPage(QWidget):
|
||||||
|
|
||||||
# Content area
|
# Content area
|
||||||
content_layout = QHBoxLayout()
|
content_layout = QHBoxLayout()
|
||||||
content_layout.setSpacing(25)
|
content_layout.setSpacing(15) # Reduced from 25 to 15 for tighter spacing
|
||||||
|
|
||||||
# Left side - Playlist list
|
# Left side - Playlist list
|
||||||
playlist_section = self.create_playlist_section()
|
playlist_section = self.create_playlist_section()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue