Index: sources/gui/qml/compounds/InstructionView.qml =================================================================== diff -u -r2fc811482a7453b22c2a1d650b06e83869f35670 -r3082da7333694567052cdf407765e0e409328a5b --- sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 2fc811482a7453b22c2a1d650b06e83869f35670) +++ sources/gui/qml/compounds/InstructionView.qml (.../InstructionView.qml) (revision 3082da7333694567052cdf407765e0e409328a5b) @@ -70,7 +70,7 @@ Column { id: _contentColumn anchors { top : _root.showAutoStep ? _autoStepController.bottom : parent.top - topMargin : _root.showAutoStep ? Variables.defaultMargin * 2.5 : Variables.defaultMargin + topMargin : Variables.defaultMargin * 2.5 } spacing : 5