Add Reloading overlay
This commit is contained in:
parent
02d1861864
commit
8d988d8733
2 changed files with 18 additions and 5 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue