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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue