Index: sources/gui/qml/components/InformationTableEntry.qml =================================================================== diff -u -rc3bf2cd135f9351e16eb0f4237f71a7be38a4ce4 -rfc488cb1a7fa2c998ae1c2912ccb524384820afe --- sources/gui/qml/components/InformationTableEntry.qml (.../InformationTableEntry.qml) (revision c3bf2cd135f9351e16eb0f4237f71a7be38a4ce4) +++ sources/gui/qml/components/InformationTableEntry.qml (.../InformationTableEntry.qml) (revision fc488cb1a7fa2c998ae1c2912ccb524384820afe) @@ -52,7 +52,7 @@ text: key anchors.left: parent.left anchors.verticalCenter: _root.verticalCenter - font.pixelSize: Fonts.fontInformationTablePixel + font.pixelSize: Fonts.fontPixelInformationTable } Text { @@ -66,6 +66,6 @@ anchors.left: _line.horizontalCenter anchors.verticalCenter: _root.verticalCenter anchors.leftMargin: _root.valueLeftMargin - font.pixelSize: Fonts.fontInformationTablePixel + font.pixelSize: Fonts.fontPixelInformationTable } }