Use consistent pattern for setting header text

This commit is contained in:
John Lewin 2017-08-23 23:33:28 -07:00
parent d2a54ff0b0
commit ca53a1d87a
4 changed files with 10 additions and 11 deletions

View file

@ -13,7 +13,7 @@ namespace MatterHackers.MatterControl
protected FlowLayoutWidget contentRow;
private FlowLayoutWidget footerRow;
protected WrappedTextWidget headerLabel;
private WrappedTextWidget headerLabel;
protected Button cancelButton { get; }
protected TextImageButtonFactory textImageButtonFactory { get; } = ApplicationController.Instance.Theme.WizardButtons;