Use UM.Window in the material sync dialog and the preference pages

CURA-9428
This commit is contained in:
c.lamboo 2022-07-15 07:25:54 +02:00
parent 96c4e15c03
commit 35fce917c6

View file

@ -8,9 +8,9 @@ import QtQuick.Layouts 1.15
import QtQuick.Window 2.1
import Cura 1.1 as Cura
import UM 1.5 as UM
import UM 1.6 as UM
Window
UM.Window
{
id: materialsSyncDialog
property variant catalog: UM.I18nCatalog { name: "cura" }