[MPlayer-cvslog] r36922 - trunk/gui/dialog/preferences.c
ib
subversion at mplayerhq.hu
Mon Feb 24 13:01:30 CET 2014
Author: ib
Date: Mon Feb 24 13:01:30 2014
New Revision: 36922
Log:
Set the step increment for subdelay to 0.1.
Modified:
trunk/gui/dialog/preferences.c
Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c Mon Feb 24 12:55:42 2014 (r36921)
+++ trunk/gui/dialog/preferences.c Mon Feb 24 13:01:30 2014 (r36922)
@@ -797,7 +797,7 @@ static GtkWidget * CreatePreferences( vo
label=gtkAddLabel( MSGTR_GUI_Encoding":",NULL );
gtk_table_attach( GTK_TABLE( table1 ),label,0,1,3,4,(GtkAttachOptions)( GTK_FILL ),(GtkAttachOptions)( GTK_FILL ),0,0 );
- HSSubDelayadj=GTK_ADJUSTMENT( gtk_adjustment_new( 0,-10.0,10,0.01,0,0 ) );
+ HSSubDelayadj=GTK_ADJUSTMENT( gtk_adjustment_new( 0,-10.0,10,0.1,0,0 ) );
HSSubDelay=gtkAddHScale( HSSubDelayadj,NULL,1 );
gtk_table_attach( GTK_TABLE( table1 ),HSSubDelay,1,2,0,1,(GtkAttachOptions)( GTK_EXPAND | GTK_FILL ),(GtkAttachOptions)( 0 ),0,0 );
More information about the MPlayer-cvslog
mailing list