diff options
Diffstat (limited to 'qt-mobile/qml/theme')
-rw-r--r-- | qt-mobile/qml/theme/Units.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qt-mobile/qml/theme/Units.qml b/qt-mobile/qml/theme/Units.qml index 1d0899fbc..7cfa5c23b 100644 --- a/qt-mobile/qml/theme/Units.qml +++ b/qt-mobile/qml/theme/Units.qml @@ -95,8 +95,5 @@ QtObject { */ property int shortDuration: 150 - property QtObject fontMetrics: FontMetrics { - //id: textSpacer - //text: "M" - } + property QtObject fontMetrics: FontMetrics {} } |