gnome-games r8189 - branches/gnome-2-24/gnometris



Author: thomashpa
Date: Thu Oct 23 18:20:04 2008
New Revision: 8189
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8189&view=rev

Log:
Set page_size=0 in spin button

Modified:
   branches/gnome-2-24/gnometris/tetris.cpp

Modified: branches/gnome-2-24/gnometris/tetris.cpp
==============================================================================
--- branches/gnome-2-24/gnometris/tetris.cpp	(original)
+++ branches/gnome-2-24/gnometris/tetris.cpp	Thu Oct 23 18:20:04 2008
@@ -725,7 +725,7 @@
 			  (GtkAttachOptions) 0,
 			  0, 0);
 
-	adj = gtk_adjustment_new (t->startingLevel, 1, 20, 1, 5, 20);
+	adj = gtk_adjustment_new (t->startingLevel, 1, 20, 1, 5, 0);
 	t->sentry = gtk_spin_button_new (GTK_ADJUSTMENT (adj), 10.0, 0);
 	gtk_spin_button_set_update_policy (GTK_SPIN_BUTTON (t->sentry),
 					   GTK_UPDATE_ALWAYS);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]