Make text gcode edit shrink when needed

Latest agg
This commit is contained in:
Lars Brubaker 2017-11-17 16:49:02 -08:00
parent d69d0d8b55
commit 55a3830127
2 changed files with 2 additions and 2 deletions

View file

@ -740,7 +740,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
{
return new TextWidget(label, pointSize: 10, textColor: ActiveTheme.Instance.PrimaryTextColor)
{
VAnchor = VAnchor.Center,
VAnchor = VAnchor.Center | VAnchor.Fit,
EllipsisIfClipped = true,
AutoExpandBoundsToText = false,
ToolTipText = helpText,