Theme fixes.

This commit is contained in:
Kevin Pope 2014-03-28 19:05:05 -07:00
parent 8065f03f3a
commit 64426951c5
7 changed files with 53 additions and 11 deletions

View file

@ -184,6 +184,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
void AddViewControls()
{
TextImageButtonFactory iconTextImageButtonFactory = new TextImageButtonFactory();
iconTextImageButtonFactory.invertImageColor = false;
FlowLayoutWidget transformTypeSelector = new FlowLayoutWidget();
transformTypeSelector.BackgroundColor = new RGBA_Bytes(0, 0, 0, 120);