Move temperature widgets into PrinterActionsBar
This commit is contained in:
parent
f1df617317
commit
e814314466
3 changed files with 12 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue