(bad1f3738) Added search bars to sub lists in campaign setup UI and sub editor. Closes #1415

This commit is contained in:
Joonas Rikkonen
2019-04-23 15:37:48 +03:00
parent fbac89f085
commit 544cc7ec08
3 changed files with 50 additions and 3 deletions
@@ -69,7 +69,7 @@ namespace Barotrauma
var outpostBtn = new GUIButton(new RectTransform(new Vector2(0.15f, 0.55f), topPanelContent.RectTransform),
TextManager.Get("Outpost"), textAlignment: Alignment.Center, style: "GUISlopedHeader")
{
OnClicked = (btn, userdata) => { SelectTab(Tab.Map); return true; }
OnClicked = (btn, userdata) => { SelectTab(Tab.Map); return true; }
};
outpostBtn.TextBlock.Font = GUI.LargeFont;
outpostBtn.TextBlock.AutoScale = true;