Index: sources/gui/qml/pages/TreatmentStack.qml =================================================================== diff -u -r442d1c4f53c96991d4103485ff5ff683ed00d4f7 -r805119c460b4a266d6401c8705f4427e7fbe270f --- sources/gui/qml/pages/TreatmentStack.qml (.../TreatmentStack.qml) (revision 442d1c4f53c96991d4103485ff5ff683ed00d4f7) +++ sources/gui/qml/pages/TreatmentStack.qml (.../TreatmentStack.qml) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) @@ -17,6 +17,7 @@ import QtQuick.Controls 2.12 // Project + // Qml imports import "qrc:/globals" import "qrc:/components" @@ -32,10 +33,10 @@ y : -Variables.mainMenuHeight position : MainMenu.Position.Top hidden : true - titles : [ qsTr("Basic") , qsTr("Advanced") , qsTr("Trending") , qsTr("Settings") ] + titles : [ qsTr("Back") , qsTr("Treatment") , qsTr("Trending") , qsTr("Settings") ] spacing : 20 leftPdding : 20 - partitionWidth : 100 + partitionWidth : 100 // Todo Important : max width should be the width for all hasRightText : true hasLogo : true }