diff --git a/Build/Builder.cfg b/Build/Builder.cfg index f05d0086..486006fa 100644 --- a/Build/Builder.cfg +++ b/Build/Builder.cfg @@ -3,21 +3,21 @@ shortcuts { scrolleast = 39; scrollsouth = 40; + zoomout = 65531; scrollnorth = 38; - openmap = 131151; scrollwest = 37; newmap = 131150; zoomin = 65530; - zoomout = 65531; + openmap = 131151; } mainwindow { positionx = 124; + sizewidth = 739; + windowstate = 2; sizeheight = 572; positiony = 35; - windowstate = 2; - sizewidth = 739; } diff --git a/Source/Interface/DelayedForm.cs b/Source/Interface/DelayedForm.cs index 3c515cc8..60ac145f 100644 --- a/Source/Interface/DelayedForm.cs +++ b/Source/Interface/DelayedForm.cs @@ -28,6 +28,7 @@ using System.Windows.Forms; // This Form is a workaround for the slow drawing of the .NET Forms. // By showing the Form at 0% Opacity it allows the .NET framework to complete // drawing the Form first, then we set it to 100% Opacity to actually show it. +// To use this class properly, set the initial Opacity of your Form to 0. namespace CodeImp.DoomBuilder.Interface {