spacing adjustments

This commit is contained in:
Drew Weymouth
2023-03-04 10:10:17 -08:00
parent 37f272e702
commit 37941bbeef
5 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func (a *AlbumsPage) createContainer(searchgrid bool) {
g = a.searchGrid
}
a.container = container.NewBorder(
container.NewHBox(widgets.NewHSpace(9), a.titleDisp, sortVbox, layout.NewSpacer(), searchVbox, widgets.NewHSpace(15)),
container.NewHBox(widgets.NewHSpace(6), a.titleDisp, sortVbox, layout.NewSpacer(), searchVbox, widgets.NewHSpace(12)),
nil,
nil,
nil,