Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -reece7acacf84e8cc34b830f6b5ab3f112823a905 -rec77306c5375f80f46e76940361c5e96064a0690 --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision eece7acacf84e8cc34b830f6b5ab3f112823a905) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision ec77306c5375f80f46e76940361c5e96064a0690) @@ -221,7 +221,7 @@ } } - Column { id: _LoadCellReadingColumn + Column { id: _LoadCellReadingsColumn width : 150 spacing : 20 topPadding : 100 @@ -243,8 +243,9 @@ vLoadCellReadings.reservoir2Bkup .toFixed(2) ] Text { + objectName: "_LoadCellReadings" + index text: modelData - width: _LoadCellReadingColumn.width + width: _LoadCellReadingsColumn.width horizontalAlignment: Text.AlignRight color: Colors.textMain font.pixelSize: Fonts.fontPixelTitle @@ -282,6 +283,7 @@ vTemperatureSensors.trimmerHeaterInternal .toFixed(2) ] Text { + objectName: "_TemperatureSensors" + index text: modelData width: _TemperatureSensorsColumn.width horizontalAlignment: Text.AlignRight