@ work in progress on dockers

This commit is contained in:
codeimp 2009-07-21 05:51:13 +00:00
parent bec1acf6c9
commit 1a17a2be2b
8 changed files with 355 additions and 136 deletions

View file

@ -48,7 +48,6 @@ namespace CodeImp.DoomBuilder.Controls
private bool rightalign;
private bool collapsed;
private bool autocollapse;
private int expandedwidth; // width when expanded
private int expandedtab; // selected tab index when expanded
@ -58,7 +57,6 @@ namespace CodeImp.DoomBuilder.Controls
#region ================== Properties
public bool IsCollpased { get { return collapsed; } }
public bool AutoCollpase { get { return autocollapse; } set { autocollapse = value; } }
#endregion
@ -186,7 +184,6 @@ namespace CodeImp.DoomBuilder.Controls
#region ================== Events
#endregion
}
}