The splash screen should be centered
This commit is contained in:
parent
249a9f7825
commit
c30025f468
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user