Index: sources/gui/qml/components/CheckListItem.qml =================================================================== diff -u -r32bc2f04da62ae95a041945b449d2c40465f9308 -r76f632ce5a9039ae662d9a52286079b772f8ae7f --- sources/gui/qml/components/CheckListItem.qml (.../CheckListItem.qml) (revision 32bc2f04da62ae95a041945b449d2c40465f9308) +++ sources/gui/qml/components/CheckListItem.qml (.../CheckListItem.qml) (revision 76f632ce5a9039ae662d9a52286079b772f8ae7f) @@ -20,7 +20,7 @@ anchors.leftMargin: 20 anchors.verticalCenter: _root.verticalCenter text: "Item" - font.pixelSize: Fonts.primingFontSize + font.pixelSize: Fonts.fontPixelPriming color: Colors.textMain }