interface corrections

This commit is contained in:
codeimp 2008-10-21 05:46:50 +00:00
parent 35243e3854
commit f2a4e640d3
3 changed files with 4 additions and 3 deletions

View file

@ -321,7 +321,7 @@ linedefactivations
monsteruse = "When monster presses use";
impact = "On projectile impact";
playerpush = "When player bumps";
monsterpush = "When moinsters bumps";
monsterpush = "When monsters bumps";
missilecross = "When projectile crosses";
repeatspecial = "Repeatable action";
passuse = "Pass use on";

View file

@ -764,7 +764,7 @@ linedefactivations
monsteruse = "When monster presses use";
impact = "On projectile impact";
playerpush = "When player bumps";
monsterpush = "When moinsters bumps";
monsterpush = "When monsters bumps";
missilecross = "When projectile crosses";
repeatspecial = "Repeatable action";
passuse = "Pass use on";

View file

@ -341,7 +341,7 @@ namespace CodeImp.DoomBuilder.Windows
this.udmfactivates.Columns = 2;
this.udmfactivates.Location = new System.Drawing.Point(56, 5);
this.udmfactivates.Name = "udmfactivates";
this.udmfactivates.Size = new System.Drawing.Size(401, 83);
this.udmfactivates.Size = new System.Drawing.Size(437, 83);
this.udmfactivates.TabIndex = 1;
//
// argspanel
@ -814,6 +814,7 @@ namespace CodeImp.DoomBuilder.Windows
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.fieldslist.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.fieldslist.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.fieldslist.Location = new System.Drawing.Point(11, 11);
this.fieldslist.Margin = new System.Windows.Forms.Padding(8);
this.fieldslist.Name = "fieldslist";