Expose them to derived types
This commit is contained in:
parent
0f8d891372
commit
a12efe3a3b
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
private int _splitterWidth;
|
||||
private GrabBarSide grabSide;
|
||||
private bool mouseOverBar;
|
||||
protected ThemeConfig theme;
|
||||
|
||||
internal VerticalResizeContainer(ThemeConfig theme, GrabBarSide grabSide)
|
||||
: base (FlowDirection.TopToBottom)
|
||||
|
|
@ -54,6 +55,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
this.HAnchor = HAnchor.Absolute;
|
||||
this.SplitterWidth = theme.SplitterWidth;
|
||||
this.SplitterBarColor = theme.SplitterBackground;
|
||||
this.theme = theme;
|
||||
}
|
||||
|
||||
public override Cursors Cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue