diff --git a/PartPreviewWindow/ViewControls3D.cs b/PartPreviewWindow/ViewControls3D.cs index 9660f0f76..75b1701d0 100644 --- a/PartPreviewWindow/ViewControls3D.cs +++ b/PartPreviewWindow/ViewControls3D.cs @@ -156,8 +156,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow double height = theme.ButtonFactory.Options.FixedHeight; - iconPath = Path.Combine("ViewTransformControls", "reset.png"); - var homeButton = new RadioIconButton(AggContext.StaticData.LoadIcon(iconPath, 32, 32, IconColor.Theme), theme) + var homeButton = new IconButton(AggContext.StaticData.LoadIcon("fa-home_16.png", IconColor.Theme), theme) { ToolTipText = "Reset View".Localize(), Margin = commonMargin diff --git a/StaticData/Icons/fa-home_16.png b/StaticData/Icons/fa-home_16.png new file mode 100644 index 000000000..3a1715e5b Binary files /dev/null and b/StaticData/Icons/fa-home_16.png differ