Add Reloading overlay

This commit is contained in:
John Lewin 2017-11-07 12:06:43 -08:00
parent 02d1861864
commit 8d988d8733
2 changed files with 18 additions and 5 deletions

View file

@ -106,6 +106,8 @@ namespace MatterHackers.MatterControl
public Color SlightShade { get; } = new Color(0, 0, 0, 40);
public Color MinimalShade { get; } = new Color(0, 0, 0, 15);
public Color Shade { get; } = new Color(0, 0, 0, 120);
public Color DarkShade { get; } = new Color(0, 0, 0, 190);
public TextImageButtonFactory DisableableControlBase { get; private set; }
public TextImageButtonFactory HomingButtons { get; private set; }