mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
5 lines
59 B
QML
5 lines
59 B
QML
|
import QtQuick 2.3
|
||
|
|
||
|
QtObject {
|
||
|
property int gridUnit: 24
|
||
|
}
|