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
@@ -66,7 +66,7 @@ func (g *GenrePage) createContainer(searchGrid bool) {
gr = g.searchGrid
}
g.container = container.NewBorder(
container.NewHBox(widgets.NewHSpace(9), g.titleDisp, layout.NewSpacer(), searchVbox, widgets.NewHSpace(15)),
container.NewHBox(widgets.NewHSpace(6), g.titleDisp, layout.NewSpacer(), searchVbox, widgets.NewHSpace(15)),
nil,
nil,
nil,