mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
ac6b267d40
Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
11 lines
No EOL
146 B
QML
11 lines
No EOL
146 B
QML
import QtQuick 2.3
|
|
|
|
Item {
|
|
property int gridUnit: unitsM.paintedHeight
|
|
property int spacing: gridUnit / 3
|
|
|
|
Text {
|
|
id: unitsM
|
|
text: "M"
|
|
}
|
|
} |