Add Disabled icon
This commit is contained in:
parent
3446bc00e9
commit
3dfe7fb7e2
2 changed files with 3 additions and 2 deletions
|
|
@ -105,7 +105,8 @@ namespace MatterHackers.MatterControl
|
|||
new ButtonViewThreeImage(
|
||||
icon.AjustAlpha(.7),
|
||||
icon.AjustAlpha(.9),
|
||||
icon.AjustAlpha(1)));
|
||||
icon.AjustAlpha(1),
|
||||
icon.AjustAlpha(.2)));
|
||||
}
|
||||
|
||||
public CheckBox GenerateCheckBoxButton(string label, ImageBuffer normalImage, ImageBuffer normalToPressedImage = null, ImageBuffer pressedImage = null, ImageBuffer pressedToNormalImage = null, string pressedLabel = null)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit a4d49aa36f6e5bfd4214287c350de746b41a6bab
|
||||
Subproject commit 1f6d8ef85245fb86d7f7c32bb87693e296a4a94c
|
||||
Loading…
Add table
Add a link
Reference in a new issue