adjust spacing of albums page title

This commit is contained in:
Drew Weymouth
2023-01-03 19:12:05 -08:00
parent c3365985a2
commit cd734e7fa1
+1 -1
View File
@@ -71,7 +71,7 @@ func NewAlbumsPage(title string, sortOrder string, lm *backend.LibraryManager, i
a.grid.OnShowArtistPage = a.onShowArtistPage
a.grid.OnShowAlbumPage = a.onShowAlbumPage
a.container = container.NewBorder(
container.NewHBox(widgets.NewHSpace(15), a.titleDisp, sortVbox),
container.NewHBox(widgets.NewHSpace(9), a.titleDisp, sortVbox),
nil,
nil,
nil,