Make text gcode edit shrink when needed
Latest agg
This commit is contained in:
parent
d69d0d8b55
commit
55a3830127
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue