Put in a new edit 32x32 icon
Made edit more consistent.
This commit is contained in:
parent
8ab6b3d4ee
commit
8a6c0106ae
5 changed files with 6 additions and 6 deletions
|
|
@ -408,7 +408,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
});
|
||||
};
|
||||
|
||||
Button enterEdittingButton = textImageButtonFactory.Generate("Edit".Localize(), "296.png");
|
||||
Button enterEdittingButton = textImageButtonFactory.Generate("Edit".Localize(), "icon_edit_32x32.png");
|
||||
enterEdittingButton.Margin = new BorderDouble(right: 10);
|
||||
enterEdittingButton.Click += (sender, e) =>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -79,10 +79,10 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
searchButtonFactory.borderWidth = 0;
|
||||
searchButtonFactory.FixedWidth = 80;
|
||||
|
||||
editButtonFactory.normalTextColor = ActiveTheme.Instance.SecondaryAccentColor;
|
||||
editButtonFactory.hoverTextColor = RGBA_Bytes.White;
|
||||
editButtonFactory.disabledTextColor = ActiveTheme.Instance.SecondaryAccentColor;
|
||||
editButtonFactory.pressedTextColor = RGBA_Bytes.White;
|
||||
editButtonFactory.normalTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
editButtonFactory.hoverTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
editButtonFactory.disabledTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
editButtonFactory.pressedTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
editButtonFactory.borderWidth = 0;
|
||||
editButtonFactory.FixedWidth = 70;
|
||||
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
|
||||
FlowLayoutWidget allControls = new FlowLayoutWidget(FlowDirection.TopToBottom);
|
||||
{
|
||||
enterEditModeButton = editButtonFactory.Generate("Edit".Localize(), "296.png", centerText: true);
|
||||
enterEditModeButton = editButtonFactory.Generate("Edit".Localize(), centerText: true);
|
||||
leaveEditModeButton = editButtonFactory.Generate("Done".Localize(), centerText: true);
|
||||
leaveEditModeButton.Visible = false;
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 455 B |
BIN
StaticData/Icons/icon_edit_32x32.png
Normal file
BIN
StaticData/Icons/icon_edit_32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 471 B |
Loading…
Add table
Add a link
Reference in a new issue