Index: sources/gui/qml/components/SettingsItem.qml =================================================================== diff -u -r0470ff6f209ff0c5089f8f0849b6da04f60f8f41 -rd639f647678727bb5d6196eb09ea9f33df8f3297 --- sources/gui/qml/components/SettingsItem.qml (.../SettingsItem.qml) (revision 0470ff6f209ff0c5089f8f0849b6da04f60f8f41) +++ sources/gui/qml/components/SettingsItem.qml (.../SettingsItem.qml) (revision d639f647678727bb5d6196eb09ea9f33df8f3297) @@ -46,30 +46,17 @@ } - // chevron - Line { - color: "#4290ec" - height: 18 - width: 3 - anchors.right: parent.right - anchors.bottom: parent.verticalCenter - anchors.rightMargin: 20 - anchors.bottomMargin: -3 - rotation: 135 - } + Image { id: _arrow + anchors { + right : parent.right + verticalCenter: parent.verticalCenter + } - Line { - color: "#4290ec" - height: 18 - width: 3 - anchors.right: parent.right - anchors.rightMargin: 20 - anchors.top: parent.verticalCenter - anchors.topMargin: -3 - rotation: 45 + width : Variables.settingsArrowWidth + height: Variables.settingsArrowHeight + source: "qrc:/images/iArrow" } - Line { width: parent.width color: "#475f75"