add SetFieldBackgroundColor

This commit is contained in:
raziman 2021-02-22 12:35:43 +08:00
parent 15cb8c7c43
commit b049c075de

View File

@ -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).