From 1eb887010a0bf7e69c0659017e965a436c37141e Mon Sep 17 00:00:00 2001 From: "j.delarago" Date: Mon, 7 Mar 2022 15:00:51 +0100 Subject: [PATCH] Swap TextField for Cura.TextField so it has the same styling as the rest of text fields. CURA-9010 --- resources/qml/JobSpecs.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 03978cb69e..dbd3fe3c46 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -58,7 +58,7 @@ Item } } - TextField + Cura.TextField { id: printJobTextfield anchors.left: printJobPencilIcon.right