mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-01 12:47:57 +08:00
Merge pull request #12764 from Ultimaker/CURA-9428
Fix rendering issues when moving dialogs between screen with different scale settings
This commit is contained in:
commit
d39b6d15cd
@ -8,9 +8,9 @@ import QtQuick.Layouts 1.15
|
|||||||
import QtQuick.Window 2.1
|
import QtQuick.Window 2.1
|
||||||
|
|
||||||
import Cura 1.1 as Cura
|
import Cura 1.1 as Cura
|
||||||
import UM 1.5 as UM
|
import UM 1.6 as UM
|
||||||
|
|
||||||
Window
|
UM.Window
|
||||||
{
|
{
|
||||||
id: materialsSyncDialog
|
id: materialsSyncDialog
|
||||||
property variant catalog: UM.I18nCatalog { name: "cura" }
|
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user