Improve name and description of Minimum Variable Line Width

It's deliberately a more vague name. The name is chosen to describe more of what the effect is of the setting than what actually happens. What actually happens is then described in the description.
This commit is contained in:
MariskaMaas 2021-03-30 16:28:43 +02:00 committed by Ghostkeeper
parent 7c2a7dc8a5
commit 45c8ac9384
No known key found for this signature in database
GPG Key ID: 14C3586CD2EFC5B9

View File

@ -1069,8 +1069,8 @@
},
"wall_transition_threshold":
{
"label": "Minimum Variable Line Width",
"description": "The smallest line width, as a factor of the normal line width, beyond which it will choose to use fewer, but wider lines to fill the available space. Reduce this threshold to use more, thinner lines. Increase to use fewer, wider lines.",
"label": "Line Compactness",
"description": "The smallest line width, as a factor of the normal line width, below which it will choose to use fewer, but wider lines to fill the available space. Reduce this setting to use more, thinner lines. Increase to use fewer, wider lines.",
"type": "float",
"unit": "%",
"default_value": 50,