mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #306 from Pan7/min3dmspeed
Min speed for 3d mouse velocity
This commit is contained in:
commit
9154ce75a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue