Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
This commit is contained in:
commit
f668c132e3
22 changed files with 378 additions and 31 deletions
|
|
@ -89,7 +89,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
|
||||
|
||||
int oldHeight = textImageButtonFactory.FixedHeight;
|
||||
double oldHeight = textImageButtonFactory.FixedHeight;
|
||||
textImageButtonFactory.FixedHeight = 30;
|
||||
|
||||
// put in the movement edit controls
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ namespace MatterHackers.MatterControl
|
|||
this.functionToCallOnSave = functionToCallOnSave;
|
||||
BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
|
||||
|
||||
int oldHeight = textImageButtonFactory.FixedHeight;
|
||||
double oldHeight = textImageButtonFactory.FixedHeight;
|
||||
textImageButtonFactory.FixedHeight = 30;
|
||||
|
||||
TextWidget tempTypeLabel = new TextWidget(windowTitle, textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 10);
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ namespace MatterHackers.MatterControl
|
|||
this.functionToCallOnSave = functionToCallOnSave;
|
||||
BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
|
||||
|
||||
int oldHeight = textImageButtonFactory.FixedHeight;
|
||||
double oldHeight = textImageButtonFactory.FixedHeight;
|
||||
textImageButtonFactory.FixedHeight = 30;
|
||||
|
||||
TextWidget tempTypeLabel = new TextWidget(windowTitle, textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue