mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Fix QML warning
CURA-8688
This commit is contained in:
parent
cc29e2398b
commit
bb1a2a9988
@ -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…
x
Reference in New Issue
Block a user