Got rid of invert icons
This commit is contained in:
parent
005efad10a
commit
fe406720f2
68 changed files with 186 additions and 148 deletions
|
|
@ -43,6 +43,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
using CustomWidgets;
|
||||
using DataConverters3D;
|
||||
using MatterHackers.Agg.Platform;
|
||||
using MatterHackers.ImageProcessing;
|
||||
using MatterHackers.MatterControl.DataStorage;
|
||||
|
||||
public class ImageEditor : IObject3DEditor
|
||||
|
|
@ -78,7 +79,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
VAnchor = VAnchor.Center
|
||||
};
|
||||
searchRow.AddChild(searchField);
|
||||
var searchButton = new IconButton(StaticData.Instance.LoadIcon("icon_search_24x24.png", 16, 16, theme.InvertIcons), theme)
|
||||
var searchButton = new IconButton(StaticData.Instance.LoadIcon("icon_search_24x24.png", 16, 16).SetToColor(theme.TextColor), theme)
|
||||
{
|
||||
ToolTipText = "Search".Localize(),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue