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:
authorJaime van Kessel <nallath@gmail.com>2022-04-19 12:21:12 +0300
committerJaime van Kessel <nallath@gmail.com>2022-04-19 12:21:12 +0300
commit773ff5fa7e544292013db4be48bf80f67af65fb0 (patch)
tree8a4b47118739e01ce805b0e740ad8b40540ba179 /plugins/Marketplace/resources
parent3aff3d5825d1de932d0443a3eee447b45c078189 (diff)
Remove unneeded renderType
CURA-9146
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/OnboardBanner.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Marketplace/resources/qml/OnboardBanner.qml b/plugins/Marketplace/resources/qml/OnboardBanner.qml
index cd98f7df68..8217a7d03f 100644
--- a/plugins/Marketplace/resources/qml/OnboardBanner.qml
+++ b/plugins/Marketplace/resources/qml/OnboardBanner.qml
@@ -61,7 +61,6 @@ Rectangle
margins: UM.Theme.getSize("default_margin").width
}
- renderType: Text.NativeRendering
color: UM.Theme.getColor("primary_text")
elide: Text.ElideRight