mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 10:51:13 +00:00
- Fixed the tab order on all windows
- Some visual aesthetics @ Fixed the "Release with revision lookup" config output directories
This commit is contained in:
parent
3cd3bdee7f
commit
63c474064d
49 changed files with 1230 additions and 941 deletions
|
@ -116,6 +116,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
this.scriptedit.Status = 0;
|
||||
this.scriptedit.StyleBits = 0;
|
||||
this.scriptedit.TabIndex = 0;
|
||||
this.scriptedit.TabStop = false;
|
||||
this.scriptedit.TabWidth = 0;
|
||||
this.scriptedit.TargetEnd = 0;
|
||||
this.scriptedit.TargetStart = 0;
|
||||
|
@ -142,12 +143,12 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
this.scriptpanel.Size = new System.Drawing.Size(474, 381);
|
||||
this.scriptpanel.TabIndex = 2;
|
||||
//
|
||||
// BuilderScriptControl
|
||||
// ScriptEditorControl
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.scriptpanel);
|
||||
this.Controls.Add(this.functionbar);
|
||||
this.Name = "BuilderScriptControl";
|
||||
this.Name = "ScriptEditorControl";
|
||||
this.Size = new System.Drawing.Size(474, 408);
|
||||
this.scriptpanel.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue