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:
parent
34c3d16fd7
commit
86218c4710
19 changed files with 286 additions and 72 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue