[MPlayer-cvslog] r36920 - trunk/gui/dialog/preferences.c
ib
subversion at mplayerhq.hu
Mon Feb 24 12:28:34 CET 2014
Author: ib
Date: Mon Feb 24 12:28:34 2014
New Revision: 36920
Log:
Set the step increment for panscan to 0.1.
Modified:
trunk/gui/dialog/preferences.c
Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c Mon Feb 24 11:38:57 2014 (r36919)
+++ trunk/gui/dialog/preferences.c Mon Feb 24 12:28:34 2014 (r36920)
@@ -735,7 +735,7 @@ static GtkWidget * CreatePreferences( vo
label=gtkAddLabel( MSGTR_GUI_FrameRate":",NULL );
gtk_table_attach( GTK_TABLE( table1 ),label,0,1,1,2,(GtkAttachOptions)( GTK_FILL ),(GtkAttachOptions)( 0 ),0,0 );
- HSPanscanadj=GTK_ADJUSTMENT( gtk_adjustment_new( 0,0,1,0.001,0,0 ) );
+ HSPanscanadj=GTK_ADJUSTMENT( gtk_adjustment_new( 0,0,1,0.1,0,0 ) );
HSPanscan=gtkAddHScale( HSPanscanadj,NULL,1 );
gtk_table_attach( GTK_TABLE( table1 ),HSPanscan,1,2,0,1,(GtkAttachOptions)( GTK_EXPAND | GTK_FILL ),(GtkAttachOptions)( 0 ),0,0 );
More information about the MPlayer-cvslog
mailing list