mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[ui] reduce step for 3d points size
This commit is contained in:
parent
6972d37639
commit
9d4090d4b3
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ FloatingPane {
|
||||||
MaterialLabel { text: MaterialIcons.grain; padding: 2 }
|
MaterialLabel { text: MaterialIcons.grain; padding: 2 }
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Slider {
|
Slider {
|
||||||
Layout.fillWidth: true; from: 0; to: 5; stepSize: 0.1
|
Layout.fillWidth: true; from: 0; to: 5; stepSize: 0.001
|
||||||
value: Viewer3DSettings.pointSize
|
value: Viewer3DSettings.pointSize
|
||||||
onValueChanged: Viewer3DSettings.pointSize = value
|
onValueChanged: Viewer3DSettings.pointSize = value
|
||||||
ToolTip.text: "Point Size: " + value.toFixed(2)
|
ToolTip.text: "Point Size: " + value.toFixed(2)
|
||||||
|
|
Loading…
Add table
Reference in a new issue