Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/WelcomePages/FirstStartMachineActionsContent.qml')
-rw-r--r--resources/qml/WelcomePages/FirstStartMachineActionsContent.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml
index 2503190c32..64a815855b 100644
--- a/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml
+++ b/resources/qml/WelcomePages/FirstStartMachineActionsContent.qml
@@ -4,7 +4,7 @@
import QtQuick 2.10
import QtQuick.Controls 2.3
-import UM 1.5 as UM
+import UM 1.3 as UM
import Cura 1.1 as Cura
@@ -36,7 +36,7 @@ Item
}
}
- UM.Label
+ Label
{
id: titleLabel
anchors.top: parent.top
@@ -45,6 +45,7 @@ Item
text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title
color: UM.Theme.getColor("primary_button")
font: UM.Theme.getFont("huge")
+ renderType: Text.NativeRendering
}
Item