Index: sources/gui/qml/pages/TreatmentHome.qml =================================================================== diff -u -rfbeafa0714f065bce0403e2e8ce68f6d8fbea6bd -r5963f00ffd2c557d3ae06a5deea05032a3a3bd68 --- sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision fbeafa0714f065bce0403e2e8ce68f6d8fbea6bd) +++ sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision 5963f00ffd2c557d3ae06a5deea05032a3a3bd68) @@ -35,7 +35,24 @@ // exported properties // - USBButton { } + USBButton { + x: 50 + anchors { + top : parent.top + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } + ExportButton { + x: 150 + width: 150 + height: 50 + anchors { + top : parent.top + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } TreatmentStart { id : _treatmentStart onBackPressed: {