The splash screen should be centered

This commit is contained in:
Michael Becker 2019-07-21 00:29:46 -04:00
parent 249a9f7825
commit c30025f468

View File

@ -34,6 +34,7 @@ namespace UniversalEditor.UserInterface
this.Decorated = false;
this.Layout = new BoxLayout(Orientation.Vertical);
this.Size = new Dimension2D(300, 300);
this.StartPosition = WindowStartPosition.Center;
Image image = new Image();
image.IconName = "universal-editor";