overte/interface/resources/qml/hifi/dialogs/attachments/Rotation.qml
2016-01-26 21:55:40 -08:00

9 lines
104 B
QML

import "."
Vector3 {
decimals: 1;
stepSize: 1;
maximumValue: 180
minimumValue: -180
}