Migrate from ButtonFactory to TextButton

This commit is contained in:
John Lewin 2018-06-25 09:28:36 -07:00
parent e040e4d053
commit f3e3c0ef7e
10 changed files with 34 additions and 37 deletions

View file

@ -217,7 +217,7 @@ namespace MatterHackers.MatterControl
commonOptions.FontSize = this.DefaultFontSize;
commonOptions.ImageSpacing = 8;
commonOptions.BorderWidth = 0;
commonOptions.FixedHeight = 32;
commonOptions.FixedHeight = this.ButtonHeight;
this.TabBodyBackground = this.ResolveColor(
colors.TertiaryBackgroundColor,