mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
Increased view distance in Visual modes to 9000 map units.
This commit is contained in:
parent
c767b41631
commit
323c098b17
1 changed files with 2 additions and 1 deletions
3
Source/Core/Windows/PreferencesForm.Designer.cs
generated
3
Source/Core/Windows/PreferencesForm.Designer.cs
generated
|
@ -951,11 +951,12 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
//
|
||||
this.viewdistance.LargeChange = 2;
|
||||
this.viewdistance.Location = new System.Drawing.Point(108, 187);
|
||||
this.viewdistance.Maximum = 15;
|
||||
this.viewdistance.Maximum = 45;
|
||||
this.viewdistance.Minimum = 1;
|
||||
this.viewdistance.Name = "viewdistance";
|
||||
this.viewdistance.Size = new System.Drawing.Size(150, 45);
|
||||
this.viewdistance.TabIndex = 3;
|
||||
this.viewdistance.TickFrequency = 2;
|
||||
this.viewdistance.TickStyle = System.Windows.Forms.TickStyle.Both;
|
||||
this.viewdistance.Value = 1;
|
||||
this.viewdistance.ValueChanged += new System.EventHandler(this.viewdistance_ValueChanged);
|
||||
|
|
Loading…
Reference in a new issue