Made many more of the factory fixed size settings include the point size scaling so they are the right size.

This commit is contained in:
Lars Brubaker 2015-01-27 09:34:15 -08:00
parent a65cdb9267
commit e7c0261d25
17 changed files with 26 additions and 26 deletions

View file

@ -91,7 +91,7 @@ namespace MatterHackers.MatterControl
BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
double oldHeight = textImageButtonFactory.FixedHeight;
textImageButtonFactory.FixedHeight = 30;
textImageButtonFactory.FixedHeight = 30 * TextWidget.GlobalPointSizeScaleRatio;
TextWidget tempTypeLabel = new TextWidget(windowTitle, textColor: ActiveTheme.Instance.PrimaryTextColor, pointSize: 10);
tempTypeLabel.Margin = new BorderDouble(3);