Fixed export windows in Print Queue Item and Library Item from opening multiple times. I also added a test for adding ".stl" and ".gcode" file extensions and did more localization.

This commit is contained in:
gregory-diaz 2014-02-18 12:51:11 -08:00
parent 34c3d16fd7
commit 86218c4710
19 changed files with 286 additions and 72 deletions

View file

@ -43,7 +43,6 @@ namespace MatterHackers.MatterControl
public WizardControl()
{
Padding = new BorderDouble(10);
textImageButtonFactory.normalTextColor = RGBA_Bytes.White;
textImageButtonFactory.hoverTextColor = RGBA_Bytes.White;
textImageButtonFactory.disabledTextColor = new RGBA_Bytes(200, 200, 200);