Quellcode durchsuchen

Remove guilds DropDown title (#6)

rigormorrtiss vor 4 Jahren
Ursprung
Commit
dcf681bf63
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      ui/dropdowns.go

+ 1 - 2
ui/dropdowns.go

@@ -15,8 +15,7 @@ func NewGuildsDropDown(onGuildsDropDownSelected func(text string, index int)) *t
 		SetFieldBackgroundColor(guildsDropDownBackgroundColor).
 		SetBackgroundColor(guildsDropDownBackgroundColor).
 		SetBorder(true).
-		SetBorderPadding(0, 0, 1, 1).
-		SetTitle("Guilds")
+		SetBorderPadding(0, 0, 1, 1)
 
 	return guildsDropDown
 }