Index: sources/gui/qml/compounds/InstructionView.qml =================================================================== diff -u -r0f13b03278a566e8352bc26d3f181396a2490b20 -r35106f5fb28d36aaae6e17449a39f89b8bcdab46 --- sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 0f13b03278a566e8352bc26d3f181396a2490b20) +++ sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 35106f5fb28d36aaae6e17449a39f89b8bcdab46) @@ -109,7 +109,6 @@ Image { id: _image anchors.right : parent.right - anchors.left : _contentColumn.right source : _root.stepImages.length && _root.stepImages[_root.currentIndex] ? _root.stepImages[_root.currentIndex] : "" } }