mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
interface corrections
This commit is contained in:
parent
35243e3854
commit
f2a4e640d3
3 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
3
Source/Windows/LinedefEditForm.Designer.cs
generated
3
Source/Windows/LinedefEditForm.Designer.cs
generated
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue