Migrate from ButtonFactory to TextButton
This commit is contained in:
parent
e040e4d053
commit
f3e3c0ef7e
10 changed files with 34 additions and 37 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue