aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/theme/Units.qml
blob: d4b4aa774f88583155e8490b5ef190803c1912b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.3

Item {
	property int gridUnit: unitsM.paintedHeight
	property int spacing: gridUnit / 3

	Text {
		id: unitsM
		text: "M"
	}
}