Index: sources/gui/qml/compounds/LabelUnitContainer.qml =================================================================== diff -u -rf2aa3ee850de1023cfc011b845ed0364d251b749 -r135c320c850b09365c04e03d95195412c12fba72 --- sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision f2aa3ee850de1023cfc011b845ed0364d251b749) +++ sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision 135c320c850b09365c04e03d95195412c12fba72) @@ -59,7 +59,7 @@ } Text { id: _unit - anchors.bottom : _title.bottom + anchors.baseline: _title.baseline text : _root.unitText.length > 0 ? ("(%1)").arg(_root.unitText) : "" color : Colors.offWhite font.pixelSize : 22