mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-03-11 04:21:10 +00:00
and it has to be pixel perfect!
This commit is contained in:
parent
5a05905177
commit
93f7b153f3
1 changed files with 2 additions and 2 deletions
4
Source/Windows/ResourceOptionsForm.Designer.cs
generated
4
Source/Windows/ResourceOptionsForm.Designer.cs
generated
|
@ -175,7 +175,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
this.browsedir.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.browsedir.Image = global::CodeImp.DoomBuilder.Properties.Resources.Folder;
|
||||
this.browsedir.Location = new System.Drawing.Point(316, 36);
|
||||
this.browsedir.Location = new System.Drawing.Point(315, 36);
|
||||
this.browsedir.Name = "browsedir";
|
||||
this.browsedir.Padding = new System.Windows.Forms.Padding(0, 0, 1, 3);
|
||||
this.browsedir.Size = new System.Drawing.Size(30, 23);
|
||||
|
@ -189,7 +189,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
this.dirlocation.Location = new System.Drawing.Point(17, 37);
|
||||
this.dirlocation.Name = "dirlocation";
|
||||
this.dirlocation.ReadOnly = true;
|
||||
this.dirlocation.Size = new System.Drawing.Size(293, 20);
|
||||
this.dirlocation.Size = new System.Drawing.Size(292, 20);
|
||||
this.dirlocation.TabIndex = 4;
|
||||
//
|
||||
// pk3filetab
|
||||
|
|
Loading…
Reference in a new issue