Fix casing mismatch
This commit is contained in:
parent
51578c9a84
commit
2ee8fa6f5c
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
private TextWidget goalTempIndicator;
|
||||
protected TextWidget DirectionIndicator;
|
||||
|
||||
protected ImageWidget ImageWidget = new ImageWidget(StaticData.Instance.LoadIcon("Hotend.png"))
|
||||
protected ImageWidget ImageWidget = new ImageWidget(StaticData.Instance.LoadIcon("hotend.png"))
|
||||
{
|
||||
VAnchor = VAnchor.ParentCenter,
|
||||
Margin = new BorderDouble(right: 5)
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
{
|
||||
this.DisplayCurrentTemperature();
|
||||
this.ToolTipText = "Current bed temperature".Localize();
|
||||
this.ImageWidget.Image = StaticData.Instance.LoadIcon("Bed.png");
|
||||
this.ImageWidget.Image = StaticData.Instance.LoadIcon("bed.png");
|
||||
|
||||
this.PopupContent = this.GetPopupContent();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue