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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-19 11:33:46 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-12-19 11:33:46 +0300
commit6987d5ff782c53253c1b85b9f280ee4b9b328b59 (patch)
tree35f4b26403ea95c13ff03726608be442be334464 /resources/qml/PrinterTypeLabel.qml
parent66ed9ed201dd3873c98fda46508243e4902a41ce (diff)
Add a radius to the printer type label
Diffstat (limited to 'resources/qml/PrinterTypeLabel.qml')
-rw-r--r--resources/qml/PrinterTypeLabel.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/PrinterTypeLabel.qml b/resources/qml/PrinterTypeLabel.qml
index 7feae32e16..cfc9e56513 100644
--- a/resources/qml/PrinterTypeLabel.qml
+++ b/resources/qml/PrinterTypeLabel.qml
@@ -19,6 +19,7 @@ Item
{
anchors.fill: parent
color: UM.Theme.getColor("printer_type_label_background")
+ radius: UM.Theme.getSize("checkbox_radius").width
}
Label