mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-01 07:02:00 +08:00
Don't use new controls for the buttons
This commit is contained in:
parent
f730959f78
commit
d97c4e2c94
@ -2,7 +2,8 @@
|
|||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
import QtQuick.Window 2.2
|
import QtQuick.Window 2.2
|
||||||
import QtQuick.Controls 2.15
|
import QtQuick.Controls 1.1
|
||||||
|
import QtQuick.Controls 2.15 as NewControls
|
||||||
|
|
||||||
import UM 1.1 as UM
|
import UM 1.1 as UM
|
||||||
|
|
||||||
@ -83,7 +84,7 @@ UM.Dialog {
|
|||||||
renderType: Text.NativeRendering;
|
renderType: Text.NativeRendering;
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox {
|
NewControls.ComboBox {
|
||||||
id: printerComboBox;
|
id: printerComboBox;
|
||||||
currentIndex: 0;
|
currentIndex: 0;
|
||||||
Behavior on height { NumberAnimation { duration: 100 } }
|
Behavior on height { NumberAnimation { duration: 100 } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user