|
@@ -12,9 +12,7 @@ func NewGuildsDropDown(onGuildsDropDownSelected func(text string, index int), th
|
|
|
guildsDropDown.
|
|
guildsDropDown.
|
|
|
SetLabel("Guild: ").
|
|
SetLabel("Guild: ").
|
|
|
SetSelectedFunc(onGuildsDropDownSelected).
|
|
SetSelectedFunc(onGuildsDropDownSelected).
|
|
|
- SetLabelColor(tcell.GetColor(theme.DropDownForeground)).
|
|
|
|
|
SetFieldBackgroundColor(tcell.GetColor(theme.DropDownBackground)).
|
|
SetFieldBackgroundColor(tcell.GetColor(theme.DropDownBackground)).
|
|
|
- SetFieldTextColor(tcell.GetColor(theme.DropDownForeground)).
|
|
|
|
|
SetBackgroundColor(tcell.GetColor(theme.DropDownBackground)).
|
|
SetBackgroundColor(tcell.GetColor(theme.DropDownBackground)).
|
|
|
SetBorder(true).
|
|
SetBorder(true).
|
|
|
SetBorderPadding(0, 0, 1, 1)
|
|
SetBorderPadding(0, 0, 1, 1)
|