(0946322ab) Fixed file transfer progress bars not being visible in NetLobbyScreen. Closes #1412
This commit is contained in:
@@ -261,7 +261,7 @@ namespace Barotrauma
|
||||
|
||||
public NetLobbyScreen()
|
||||
{
|
||||
defaultModeContainer = new GUIFrame(new RectTransform(new Vector2(0.95f, 0.95f), Frame.RectTransform, Anchor.Center), style: null);
|
||||
defaultModeContainer = new GUIFrame(new RectTransform(new Vector2(0.95f, 0.95f), Frame.RectTransform, Anchor.Center) { MaxSize = new Point(int.MaxValue, GameMain.GraphicsHeight - 100) }, style: null);
|
||||
campaignContainer = new GUIFrame(new RectTransform(new Vector2(1.0f, 0.75f), Frame.RectTransform, Anchor.TopCenter), style: null)
|
||||
{
|
||||
Visible = false
|
||||
|
||||
Reference in New Issue
Block a user