Skip to content

Commit

Permalink
Allow to zoom more in orbit view controllers (ros-visualization#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLamoine authored and rhaschke committed Jul 15, 2019
1 parent fa00ca4 commit af8a870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ OrbitViewController::OrbitViewController()
: dragging_( false )
{
distance_property_ = new FloatProperty( "Distance", DISTANCE_START, "Distance from the focal point.", this );
distance_property_->setMin( 0.01 );
distance_property_->setMin( 0.001 );

focal_shape_size_property_ = new FloatProperty( "Focal Shape Size", FOCAL_SHAPE_SIZE_START, "Focal shape size.", this );
focal_shape_size_property_->setMin( 0.001 );
Expand Down

0 comments on commit af8a870

Please sign in to comment.