Fix QML warning

CURA-8688
This commit is contained in:
Jaime van Kessel 2022-02-28 13:46:29 +01:00
parent cc29e2398b
commit bb1a2a9988

View file

@ -14,7 +14,7 @@ UM.PreferencesPage
title: catalog.i18nc("@title:tab", "General")
id: generalPreferencesPage
width: parent.width
width: parent ? parent.width: 0
function setDefaultLanguage(languageCode)
{