Move temperature widgets into PrinterActionsBar

This commit is contained in:
John Lewin 2017-06-29 18:46:59 -07:00
parent f1df617317
commit e814314466
3 changed files with 12 additions and 23 deletions

View file

@ -55,9 +55,8 @@ namespace MatterHackers.MatterControl.ActionBar
public TemperatureWidgetBase(string textValue)
{
this.BackgroundColor = ApplicationController.Instance.Theme.SlightShade;
this.Margin = new BorderDouble(0, 2) * GuiWidget.DeviceScale;
this.HAnchor = HAnchor.FitToChildren;
this.VAnchor = VAnchor.FitToChildren;
this.VAnchor = VAnchor.FitToChildren | VAnchor.ParentCenter;
this.Cursor = Cursors.Hand;
this.AlignToRightEdge = true;