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:
parent
a65cdb9267
commit
e7c0261d25
17 changed files with 26 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue