Consolidate ButtonFactory - UpdateControlView

This commit is contained in:
John Lewin 2017-06-20 06:09:01 -07:00
parent 7d3bf69e95
commit e4b5575a36
4 changed files with 17 additions and 14 deletions

View file

@ -45,7 +45,7 @@ namespace MatterHackers.MatterControl.AboutPage
checkUpdateLabel.TextColor = ActiveTheme.Instance.PrimaryTextColor;
checkUpdateLabel.Margin = new BorderDouble(2, 10, 10, 5);
UpdateControlView updateStatusWidget = new UpdateControlView();
UpdateControlView updateStatusWidget = new UpdateControlView(ApplicationController.Instance.Theme);
TextWidget feedLabel = new TextWidget("Update Channel".Localize(), pointSize: 12);
feedLabel.TextColor = ActiveTheme.Instance.PrimaryTextColor;