Hide settings visibility row if it is not in preferences

CURA-4344

Hide the row which shows the number of settings that are visible on the
project file loading dialog if this information is not available.
This commit is contained in:
Lipu Fei 2017-10-10 11:31:36 +02:00
parent ac05843831
commit 245eec9314
3 changed files with 14 additions and 0 deletions

View file

@ -331,6 +331,7 @@ UM.Dialog
{
width: parent.width
height: childrenRect.height
visible: manager.hasVisibleSettingsField
Label
{
text: catalog.i18nc("@action:label", "Visible settings:")