mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Don't use new controls for the buttons
This commit is contained in:
parent
f730959f78
commit
d97c4e2c94
1 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue