Give UITest window a minsize.

This commit is contained in:
Pieter-Jan Briers
2020-05-18 01:47:57 +02:00
parent 2424adbe6e
commit 4bb3a1e958

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Globalization;
@@ -477,7 +477,7 @@ namespace Robust.Client.Console.Commands
public bool Execute(IDebugConsole console, params string[] args)
{
var window = new SS14Window();
var window = new SS14Window { CustomMinimumSize = (500, 400)};
var tabContainer = new TabContainer();
window.Contents.AddChild(tabContainer);
var scroll = new ScrollContainer();