Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -r73091a6f5717c0fc88e236c06c618ad361f30a3c -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -66,7 +66,7 @@ selectable : true height : _root.buttonHeight width : _root.buttonWidth - radius : 5 + radius : Variables.dialogRadius Binding on selected { when : _root.selectedIndex > -1 value : index === _root.selectedIndex