Index: sources/gui/qml/components/InformationTable.qml =================================================================== diff -u -r21e68ccf5594b0ca3e0a8c7986e405260d273899 -rfc488cb1a7fa2c998ae1c2912ccb524384820afe --- sources/gui/qml/components/InformationTable.qml (.../InformationTable.qml) (revision 21e68ccf5594b0ca3e0a8c7986e405260d273899) +++ sources/gui/qml/components/InformationTable.qml (.../InformationTable.qml) (revision fc488cb1a7fa2c998ae1c2912ccb524384820afe) @@ -78,15 +78,15 @@ } text: _root.headerName color: "white" - font.pixelSize: Fonts.fontInformationTableHeader + font.pixelSize: Fonts.fontPixelInformationTableHeader } } Text { id: _leftColumnTitle objectName: _root.objectName + "_leftColumn" text: _root.leftColumnTitle - font.pixelSize: Fonts.fontInformationTablePixel + font.pixelSize: Fonts.fontPixelInformationTable color: "white" anchors { left: parent.left @@ -100,7 +100,7 @@ id: _rightColumnTitle objectName: _root.objectName + "_rightColumn" text: _root.rightColumnTitle - font.pixelSize: Fonts.fontInformationTablePixel + font.pixelSize: Fonts.fontPixelInformationTable color: "white" anchors { top: _root.headerVisible ? _header.bottom : _root.top