Import merge from .printer starting to work.
Ability to center model windows
This commit is contained in:
parent
bed39a2354
commit
9b42fac41a
5 changed files with 149 additions and 5 deletions
|
|
@ -265,7 +265,7 @@ namespace MatterHackers.MatterControl
|
|||
return groupLableAndEditControl;
|
||||
}
|
||||
|
||||
public CheckBox GenerateCheckBoxButton(string label, ImageBuffer normalImageName = null, ImageBuffer normalToPressedImageName = null, ImageBuffer pressedImageName = null, ImageBuffer pressedToNormalImageName = null, string pressedLabel = null)
|
||||
public CheckBox GenerateCheckBoxButton(string label, ImageBuffer normalImageName, ImageBuffer normalToPressedImageName = null, ImageBuffer pressedImageName = null, ImageBuffer pressedToNormalImageName = null, string pressedLabel = null)
|
||||
{
|
||||
CheckBoxViewStates checkBoxButtonViewWidget = getCheckBoxButtonView(label, normalImageName, normalToPressedImageName, pressedImageName, pressedToNormalImageName, pressedLabel);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue