Merge pull request #306 from Pan7/min3dmspeed

Min speed for 3d mouse velocity
This commit is contained in:
Timothee "TTimo" Besset 2015-10-03 11:47:11 -05:00
commit 9154ce75a7

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