Fix documentation of gridUnit

gridUnit doesn't correspond to milimetter but size of capital M

REVIEW: 125099
This commit is contained in:
Bhushan Shah 2015-09-08 12:25:40 +05:30
parent 94c67c37ee
commit 4fcb1c6dc5

View File

@ -38,7 +38,8 @@ class Units : public QObject
/**
* The fundamental unit of space that should be used for sizes, expressed in pixels.
* Given the screen has an accurate DPI settings, it corresponds to a millimeter
* Given the screen has an accurate DPI settings, it corresponds to a width of
* the capital letter M
*/
Q_PROPERTY(int gridUnit READ gridUnit NOTIFY gridUnitChanged)