Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -rb61d8a3e01fef66eee8095c9cddf835d9bb32b66 -rb62ab443e75b76a91e35aca6ba2efd84e7199602 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision b61d8a3e01fef66eee8095c9cddf835d9bb32b66) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision b62ab443e75b76a91e35aca6ba2efd84e7199602) @@ -34,8 +34,8 @@ color: "transparent" property int numRows : 2 property int numCols : 2 - property int buttonHeight : 78 - property int buttonWidth : 313 + property int buttonHeight : Variables.gridSelectionButtonHeight + property int buttonWidth : Variables.gridSelectionButtonWidth property var buttonNames : ["Button 1", "Button 2", "Button 3"] property alias name : _text.text property int selectedIndex : unselectedIndex @@ -86,6 +86,7 @@ height: _root.buttonHeight width: _root.buttonWidth radius: 0 + borderColor: Colors.borderButtonUnselected onClicked: { _text.color = Colors.textMain if (selectedIndex === index) {