mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 00:21:55 +00:00
@ work in progress on dockers
This commit is contained in:
parent
bec1acf6c9
commit
1a17a2be2b
8 changed files with 355 additions and 136 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue