Index: sources/gui/qml/pages/TreatmentStart.qml =================================================================== diff -u -r12f922a6c61b7014345a441e2836e12fd3b0d00e -r188d7611230946fc5fde4e3e837a09202dd93eea --- sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision 12f922a6c61b7014345a441e2836e12fd3b0d00e) +++ sources/gui/qml/pages/TreatmentStart.qml (.../TreatmentStart.qml) (revision 188d7611230946fc5fde4e3e837a09202dd93eea) @@ -94,6 +94,14 @@ color: Colors.textMain font.pixelSize: Fonts.fontPixelTitle } + Text { + id: _F32_6 + text: qsTr("") + width: 250 + horizontalAlignment: Text.AlignRight + color: Colors.textMain + font.pixelSize: Fonts.fontPixelTitle + } } Connections { target: _GuiView