From 962d95ca46281880eda33a2dda2f77c67e0f1808 Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Tue, 23 May 2017 18:16:08 +0200 Subject: [PATCH] add more precision to attachment scale in attachment dialog --- .../resources/qml/hifi/dialogs/attachments/Attachment.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/resources/qml/hifi/dialogs/attachments/Attachment.qml b/interface/resources/qml/hifi/dialogs/attachments/Attachment.qml index 0e98f79216..b6f906ffc2 100644 --- a/interface/resources/qml/hifi/dialogs/attachments/Attachment.qml +++ b/interface/resources/qml/hifi/dialogs/attachments/Attachment.qml @@ -181,10 +181,10 @@ Item { HifiControls.SpinBox { id: scaleSpinner; anchors { left: parent.left; right: parent.right; bottom: parent.bottom; } - decimals: 1; - minimumValue: 0.1 + decimals: 2; + minimumValue: 0.01 maximumValue: 10 - stepSize: 0.1; + stepSize: 0.05; value: attachment ? attachment.scale : 1.0 colorScheme: hifi.colorSchemes.dark onValueChanged: {