mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
This somehow evaded previous commit...
This commit is contained in:
parent
fb937b9e61
commit
6c38ab263c
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@
|
||||||
this.Name = "DirectionalShadingForm";
|
this.Name = "DirectionalShadingForm";
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
this.Text = "Terrain Shading";
|
this.Text = "Terrain Shading";
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TerrainShadingForm_FormClosing);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DirectionalShadingForm_FormClosing);
|
||||||
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
||||||
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
||||||
this.groupBox3.ResumeLayout(false);
|
this.groupBox3.ResumeLayout(false);
|
||||||
|
|
Loading…
Reference in a new issue