Use VS undo/redo icons, Material.io memory icon
This commit is contained in:
parent
976cf01251
commit
d767e8f05a
8 changed files with 3 additions and 7 deletions
|
|
@ -157,12 +157,12 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
buttonFactory.Margin = new BorderDouble(8, 0);
|
||||
|
||||
Button configureEePromButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("chip_24x24.png", 16, 16));
|
||||
Button configureEePromButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("memory_16x16.png", 16, 16));
|
||||
configureEePromButton.ToolTipText = "EEProm";
|
||||
configureEePromButton.Click += configureEePromButton_Click;
|
||||
this.AddChild(configureEePromButton);
|
||||
|
||||
Button undoButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("undo_24x24.png", 16, 16));
|
||||
Button undoButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("Undo_grey_16x.png", 16, 16));
|
||||
undoButton.Name = "3D View Undo";
|
||||
undoButton.ToolTipText = "Undo";
|
||||
undoButton.Enabled = false;
|
||||
|
|
@ -175,7 +175,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
undoButton.VAnchor = VAnchor.ParentCenter;
|
||||
undoButton.Margin = 3;
|
||||
|
||||
Button redoButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("redo_24x24.png", 16, 16));
|
||||
Button redoButton = buttonFactory.Generate("", StaticData.Instance.LoadIcon("Redo_grey_16x.png", 16, 16));
|
||||
redoButton.Name = "3D View Redo";
|
||||
redoButton.ToolTipText = "Redo";
|
||||
redoButton.Enabled = false;
|
||||
|
|
|
|||
BIN
StaticData/Icons/Redo_grey_16x.png
Normal file
BIN
StaticData/Icons/Redo_grey_16x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 416 B |
BIN
StaticData/Icons/Undo_grey_16x.png
Normal file
BIN
StaticData/Icons/Undo_grey_16x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 334 B |
Binary file not shown.
|
Before Width: | Height: | Size: 609 B |
BIN
StaticData/Icons/memory_16x16.png
Normal file
BIN
StaticData/Icons/memory_16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 300 B |
Binary file not shown.
|
Before Width: | Height: | Size: 577 B |
Binary file not shown.
|
Before Width: | Height: | Size: 580 B |
|
|
@ -5,10 +5,6 @@
|
|||
<tr style='height:100%;'><td> </td></tr>
|
||||
<tr><td>Please consider <a href='http://www.matterhackers.com/store/printer-accessories/mattercontrol-donation'>donating</a> to help support MatterControl.</td></tr>
|
||||
<tr style='height:100%;'><td> </td></tr>
|
||||
<tr><td>Special thanks to:</td></tr>
|
||||
<tr><td>EEProm icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY</td></tr>
|
||||
<tr><td>Undo/Redo icons made by Icomoon from www.flaticon.com is licensed by CC 3.0 BY</td></tr>
|
||||
<tr style='height:100%;'><td> </td></tr>
|
||||
<tr><td id='sendFeedback' class='centeredButton translate'>Send Feedback</td></tr>
|
||||
<tr><td> </td></tr>
|
||||
<tr><td><a href='http://www.matterhackers.com/'>www.matterhackers.com</a></td></tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue