Skip to content

Commit

Permalink
Decrease GUI step size
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Feb 2, 2021
1 parent fcf5fcc commit c997f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/plugins/component_inspector/Physics.qml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Rectangle {
minimumValue: minPhysParam
maximumValue: maxPhysParam
decimals: 6
stepSize: 0.001
onEditingFinished: {
sendPhysics()
}
Expand Down

0 comments on commit c997f06

Please sign in to comment.