diff --git a/meshroom/ui/qml/Viewer3D/Inspector3D.qml b/meshroom/ui/qml/Viewer3D/Inspector3D.qml index 48198fbb..7e4ac472 100644 --- a/meshroom/ui/qml/Viewer3D/Inspector3D.qml +++ b/meshroom/ui/qml/Viewer3D/Inspector3D.qml @@ -66,7 +66,7 @@ FloatingPane { MaterialLabel { text: MaterialIcons.grain; padding: 2 } RowLayout { Slider { - Layout.fillWidth: true; from: 0; to: 5; stepSize: 0.1 + Layout.fillWidth: true; from: 0; to: 5; stepSize: 0.001 value: Viewer3DSettings.pointSize onValueChanged: Viewer3DSettings.pointSize = value ToolTip.text: "Point Size: " + value.toFixed(2)