Conform to new MBS.Framework.UserInterface specification

This commit is contained in:
Michael Becker 2019-10-01 20:29:13 -04:00
parent 7cef4b2432
commit 36d14f6fa2

View File

@ -42,10 +42,9 @@ namespace UniversalEditor.UserInterface
}
else
{
image.IconName = "universal-editor";
image.Image = Image.FromName("universal-editor", 300);
this.Size = new Dimension2D(300, 300);
}
image.IconSize = new Dimension2D(128, 128);
Label lbl = new Label("Universal Editor");
lbl.Attributes.Add("scale", 1.4);