Index: sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml =================================================================== diff -u -r301c0a2101eb9374145ae274c8d91460fc9a6a62 -r5605f930ab5cd1a62b96347f4b4300ef30a830ee --- sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml (.../PreTreatmentCreate.qml) (revision 301c0a2101eb9374145ae274c8d91460fc9a6a62) +++ sources/gui/qml/pages/pretreatment/create/PreTreatmentCreate.qml (.../PreTreatmentCreate.qml) (revision 5605f930ab5cd1a62b96347f4b4300ef30a830ee) @@ -174,7 +174,6 @@ GridSelection { id : _heparinType objectName : "_heparinTypeRect" title : qsTr("Heparin Type") - rowCount : 1 labels : vTreatmentCreate.heparinTypeOptions onClicked : vTreatmentCreate.heparinType = curIndex } @@ -189,17 +188,13 @@ GridSelection { id: _bicarbonateConcentrate objectName : "_bicarbonateConcentrateRect" title : qsTr("Bicarbonate Concentrate") - rowCount : 1 - colCount : 2 labels : vTreatmentCreate.bicarbonateConcentrateOptions onClicked : vTreatmentCreate.bicarbonateConcentrate = curIndex } GridSelection { id: _dialyzerType objectName : "_dialyzerTypeRect" title : qsTr("Dialyzer Type") - rowCount : 3 - colCount : 2 labels : vTreatmentCreate.dialyzerTypeOptions onClicked : vTreatmentCreate.dialyzerType = curIndex }