Remove temperature widget background color

This commit is contained in:
John Lewin 2017-06-30 22:41:09 -07:00
parent 2f13959f0e
commit ef14ab96f2

View file

@ -54,7 +54,6 @@ namespace MatterHackers.MatterControl.ActionBar
public TemperatureWidgetBase(string textValue)
{
this.BackgroundColor = ApplicationController.Instance.Theme.SlightShade;
this.HAnchor = HAnchor.FitToChildren;
this.VAnchor = VAnchor.FitToChildren | VAnchor.ParentCenter;
this.Cursor = Cursors.Hand;