migrate to fyne 2.3

This commit is contained in:
Drew Weymouth
2023-03-04 09:25:12 -08:00
parent 321fdf0621
commit b2fdca85a9
4 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func NewBrowsingPane(app *backend.App) *BrowsingPane {
b.app.PlaybackManager.OnSongChange(b.onSongChange)
b.pageContainer = container.NewMax(
// TODO: get this color into the theme
canvas.NewRectangle(color.RGBA{R: 24, G: 24, B: 24, A: 255}),
canvas.NewRectangle(color.RGBA{R: 24, G: 24, B: 40, A: 255}),
layout.NewSpacer())
b.settingsBtn = widget.NewButtonWithIcon("", theme.SettingsIcon(), func() {
p := widget.NewPopUpMenu(b.settingsMenu,