(bb5ebaee3) Minor layout improvements to New Game and Game Settings

This commit is contained in:
Joonas Rikkonen
2019-04-02 12:39:42 +03:00
parent cae366e807
commit 34ee220bc9
3 changed files with 11 additions and 8 deletions
@@ -47,7 +47,7 @@ namespace Barotrauma
RelativeSpacing = 0.05f
};
var leftColumn = new GUILayoutGroup(new RectTransform(Vector2.One, columnContainer.RectTransform))
var leftColumn = new GUILayoutGroup(new RectTransform(new Vector2(1.0f, 0.905f), columnContainer.RectTransform))
{
Stretch = true,
RelativeSpacing = 0.015f