Smaller home/reset view icon
This commit is contained in:
parent
37e30c5ace
commit
ca6c8ccdee
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
BIN
StaticData/Icons/fa-home_16.png
Normal file
BIN
StaticData/Icons/fa-home_16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 367 B |
Loading…
Add table
Add a link
Reference in a new issue