Updated animation callback

Working on fixed string
This commit is contained in:
Lars Brubaker 2018-05-04 13:47:16 -07:00
parent 37322632a9
commit ce5ad5f687
5 changed files with 23 additions and 5 deletions

View file

@ -320,7 +320,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
Padding = new BorderDouble(2),
Border = new BorderDouble(1),
BorderColor = theme.Colors.PrimaryAccentColor,
VAnchor = VAnchor.Center | VAnchor.Fit
VAnchor = VAnchor.Center | VAnchor.Fit,
};
blueBox.AddChild(new TextWidget("64", pointSize: 8, textColor: theme.Colors.PrimaryAccentColor));