Made fixed width and height in button factory doubles.
This commit is contained in:
parent
9bbd272467
commit
c9ffc3eb98
6 changed files with 11 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue