Min speed for 3d mouse velocity

This commit is contained in:
Pan7 2015-09-28 15:22:37 +02:00
parent 424958f54b
commit 3496e421c6

View file

@ -1837,7 +1837,7 @@ void PrefsDlg::BuildDialog(){
gtk_box_pack_start( GTK_BOX( hbox2 ), label, FALSE, FALSE, 0 );
// adjustment
adj = gtk_adjustment_new( 100, 50, 300, 1, 10, 10 );
adj = gtk_adjustment_new( 100, 1, 300, 1, 10, 10 );
AddDialogData( adj, &m_nMoveSpeed, DLG_ADJ_INT );
// scale