Smaller home/reset view icon

This commit is contained in:
John Lewin 2017-11-13 16:08:06 -08:00
parent 37e30c5ace
commit ca6c8ccdee
2 changed files with 1 additions and 2 deletions

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B