Index: sources/gui/qml/components/DebugDataColumn.qml =================================================================== diff -u -r53b262fea2d4b5bd78ff878fda0848f3737e7b74 -r7f55cb6ec0878b36ebadee3935b916d91d60c77c --- sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 53b262fea2d4b5bd78ff878fda0848f3737e7b74) +++ sources/gui/qml/components/DebugDataColumn.qml (.../DebugDataColumn.qml) (revision 7f55cb6ec0878b36ebadee3935b916d91d60c77c) @@ -47,7 +47,7 @@ font.pixelSize: fontPixelSizeTitle font.underline: true bottomPadding: 5 - font.family: Fonts.fontFamilyDebug + font.family: Fonts.fontFamilyFixed } Repeater { id: _repeater model: _root.model @@ -58,7 +58,7 @@ horizontalAlignment: _root.horizontalAlignmentText color: Colors.textMain font.pixelSize: fontPixelSizeText - font.family: Fonts.fontFamilyDebug + font.family: Fonts.fontFamilyFixed Text { objectName : _root.textObjectName + "L" + index @@ -68,7 +68,7 @@ anchors.baseline: parent.baseline anchors.left : parent.right horizontalAlignment: Text.AlignLeft - font.family: Fonts.fontFamilyDebug + font.family: Fonts.fontFamilyFixed } } }