papyros / qml-material

:book: Material Design implemented in QtQuick
GNU Lesser General Public License v2.1
2.56k stars 476 forks source link

Point size instead of pixel size #460

Open Issam-Wakidi opened 8 years ago

Issam-Wakidi commented 8 years ago

using pointSize for fonts instead of pixelSize. Point size is device independent thus no need to use the Unit.dp for for fonts which is used along with the multiplier. This pull is a fix for the #455