mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix QML warning
CURA-8688
This commit is contained in:
parent
cc29e2398b
commit
bb1a2a9988
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue