mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
add SetFieldBackgroundColor
This commit is contained in:
parent
15cb8c7c43
commit
b049c075de
3
popup.go
3
popup.go
@ -832,7 +832,8 @@ func tagPopup(node *AudioFile) bool {
|
||||
AddDropDown("Lyrics Available", lyricsAvailable, 0, nil).
|
||||
AddCheckbox("Embed Lyrics", true, nil)
|
||||
|
||||
form.SetBackgroundColor(gomu.colors.popup).
|
||||
|
||||
form.SetFieldBackgroundColor(gomu.colors.popup).
|
||||
SetBackgroundColor(gomu.colors.popup).
|
||||
SetTitle(node.name).
|
||||
SetBorder(true).
|
||||
|
Loading…
x
Reference in New Issue
Block a user