Index: sources/gui/qml/compounds/InstructionView.qml =================================================================== diff -u -r94fc1cd187816ecbf176df26f9dc5601bf379f13 -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 94fc1cd187816ecbf176df26f9dc5601bf379f13) +++ sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -42,8 +42,8 @@ readonly property int chevronWidth : 25 readonly property int chevronHeight : 35 readonly property int chevronMargin : ( _root.frameHGap - _root.chevronWidth ) / 2 - readonly property int outerRadius : 10 - readonly property int innerRadius : 5 + readonly property int outerRadius : Variables.dialogRadius * 2 + readonly property int innerRadius : Variables.dialogRadius signal leftClicked () signal rightClicked()