Index: sources/gui/qml/pages/MainHome.qml =================================================================== diff -u -r3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5 -r2747ac2a6976f0ef0b2f8fd91a2243f04a817a49 --- sources/gui/qml/pages/MainHome.qml (.../MainHome.qml) (revision 3ef1a4ff361ba1774ad1a6f6170dbb174cadbdd5) +++ sources/gui/qml/pages/MainHome.qml (.../MainHome.qml) (revision 2747ac2a6976f0ef0b2f8fd91a2243f04a817a49) @@ -51,27 +51,14 @@ font.pixelSize: 40 //// ----- @LEAHIZED: Move to Variables.qml } - Column { - spacing: Variables.columnSpacing + TouchRect { id : _createTreatmentRect anchors.centerIn: parent - TouchRect { id : _createTreatmentRect - anchors.horizontalCenter: parent.horizontalCenter - text.text : qsTr("Create Treatment") - onClicked : createTreatment() - isDefault : true - width : 435 //// ----- @LEAHIZED: Move to Variables.qml - height : 92 //// ----- @LEAHIZED: Move to Variables.qml - pixelSize : 30 //// ----- @LEAHIZED: Move to Variables.qml - } - TouchRect { id : _startTreatmentRect - anchors.horizontalCenter: parent.horizontalCenter - text.text : qsTr("Start Treatment") - onClicked : startTreatment() - isDefault : true - width : 435 //// ----- @LEAHIZED: Move to Variables.qml - height : 92 //// ----- @LEAHIZED: Move to Variables.qml - pixelSize : 30 //// ----- @LEAHIZED: Move to Variables.qml - } + text.text : qsTr("Create Treatment") + onClicked : createTreatment() + isDefault : true + width : 435 //// ----- @LEAHIZED: Move to Variables.qml + height : 92 //// ----- @LEAHIZED: Move to Variables.qml + pixelSize : 30 //// ----- @LEAHIZED: Move to Variables.qml } NotificationBarSmall { id: _notification