mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:05:53 +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")
|
||||
id: generalPreferencesPage
|
||||
|
||||
width: parent.width
|
||||
width: parent ? parent.width: 0
|
||||
|
||||
function setDefaultLanguage(languageCode)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user