mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:05:58 +08:00
Use Window instead of Dialog for the Engine Log as Dialog is not available
This commit is contained in:
parent
b0ae7ee180
commit
61de130880
@ -1,14 +1,13 @@
|
|||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
import QtQuick.Dialogs 1.2
|
import QtQuick.Window 2.1
|
||||||
import QtQuick.Controls 1.2
|
import QtQuick.Controls 1.1
|
||||||
import QtQuick.Layouts 1.1
|
import QtQuick.Layouts 1.1
|
||||||
|
|
||||||
Dialog {
|
Window {
|
||||||
id: dialog
|
id: dialog
|
||||||
|
|
||||||
title: qsTr("Cura Engine Log");
|
title: qsTr("Cura Engine Log");
|
||||||
|
|
||||||
standardButtons: StandardButton.Close;
|
|
||||||
modality: Qt.NonModal;
|
modality: Qt.NonModal;
|
||||||
|
|
||||||
width: 640;
|
width: 640;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user