Made fixed width and height in button factory doubles.

This commit is contained in:
larsbrubaker 2014-08-30 13:28:13 -07:00
parent 9bbd272467
commit c9ffc3eb98
6 changed files with 11 additions and 8 deletions

View file

@ -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);