Changes to the layout of the "manage players" menu

This commit is contained in:
Regalis
2016-08-29 18:28:31 +03:00
parent 9955856c0c
commit 5de48a030e
2 changed files with 4 additions and 4 deletions

View File

@@ -246,7 +246,7 @@ namespace Barotrauma
if (GameMain.Server != null)
{
var manageButton = new GUIButton(new Rectangle(200, -30, 100, 20), "Manage players", GUI.Style, infoFrame);
var manageButton = new GUIButton(new Rectangle(200, -30, 130, 20), "Manage players", GUI.Style, infoFrame);
manageButton.UserData = InfoFrameTab.ManagePlayers;
manageButton.OnClicked = SelectInfoFrameTab;
}