mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07: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")
|
title: catalog.i18nc("@title:tab", "General")
|
||||||
id: generalPreferencesPage
|
id: generalPreferencesPage
|
||||||
|
|
||||||
width: parent.width
|
width: parent ? parent.width: 0
|
||||||
|
|
||||||
function setDefaultLanguage(languageCode)
|
function setDefaultLanguage(languageCode)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue