Index: sources/gui/qml/compounds/LabelUnitContainer.qml =================================================================== diff -u -r0022c3993c47e74c2d17c7f07f78fa1751a034f6 -rf8c80661c806c50047e81d581df0dd6e05f1c8ef --- sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision 0022c3993c47e74c2d17c7f07f78fa1751a034f6) +++ sources/gui/qml/compounds/LabelUnitContainer.qml (.../LabelUnitContainer.qml) (revision f8c80661c806c50047e81d581df0dd6e05f1c8ef) @@ -37,7 +37,7 @@ color : Colors.panelBackgroundColor border { - width: 1 + width: Variables.panelBorderWidth color: valid ? Colors.panelBorderColor : Colors.panelInvalidBorderColor }