Index: sources/gui/qml/compounds/StepNavigationTitleBar.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rbed87eff8cfc2398d00eb62651c165f014880a1a --- sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/compounds/StepNavigationTitleBar.qml (.../StepNavigationTitleBar.qml) (revision bed87eff8cfc2398d00eb62651c165f014880a1a) @@ -26,7 +26,7 @@ */ Rectangle { id: _root property int stepIndex : 0 - property int stepLineLength : 75 + property int stepLineLength : 125 property var stepNames : [] property alias backVisible : _backButton .visible property alias backEnabled : _backButton .enabled