Index: sources/gui/qml/components/ConfirmTreatmentTableEntry.qml =================================================================== diff -u -rdd2d4b50f32f74eccbc9592be5ef9da0bc0fbd25 -r7cc15ae5968205b241a08ca4646f283b8bf97b03 --- sources/gui/qml/components/ConfirmTreatmentTableEntry.qml (.../ConfirmTreatmentTableEntry.qml) (revision dd2d4b50f32f74eccbc9592be5ef9da0bc0fbd25) +++ sources/gui/qml/components/ConfirmTreatmentTableEntry.qml (.../ConfirmTreatmentTableEntry.qml) (revision 7cc15ae5968205b241a08ca4646f283b8bf97b03) @@ -28,16 +28,17 @@ */ Rectangle { id: _root - property var key: "Key" - property var value: "Value" + property var key : "Key" + property var value : "Value" + height: Variables.createTreatmentSubTableHeight width: Variables.createTreatmentSubTableWidth color: "transparent" Line { id: _line width: _root.width + Variables.createTreatmentTableMargin - thickness: 3 + thickness: 2 color: Colors.backgroundMenu anchors.top: _root.bottom anchors.left: _root.left