- Fixed the tab order on all windows

- Some visual aesthetics
@ Fixed the "Release with revision lookup" config output directories
This commit is contained in:
codeimp 2009-04-26 19:53:36 +00:00
parent 3cd3bdee7f
commit 63c474064d
49 changed files with 1230 additions and 941 deletions

View file

@ -40,6 +40,7 @@ namespace CodeImp.DoomBuilder.Windows
this.editor.Name = "editor";
this.editor.Size = new System.Drawing.Size(729, 578);
this.editor.TabIndex = 0;
this.editor.TabStop = false;
//
// ScriptEditorForm
//