[Rhythmbox-devel] Patch to fix spacing



Hi,

here is a patch which adds a 6 px spacing between song-title and
time-slider.

Regards
	Jan Arne Petersen

-- 
Jan Arne Petersen <jpetersen@uni-bonn.de>
Index: lib/widgets/rb-player.c
===================================================================
RCS file: /cvs/gnome/rhythmbox/lib/widgets/rb-player.c,v
retrieving revision 1.38
diff -u -r1.38 rb-player.c
--- lib/widgets/rb-player.c	31 Jul 2003 21:09:48 -0000	1.38
+++ lib/widgets/rb-player.c	13 Aug 2003 14:08:22 -0000
@@ -418,7 +418,8 @@
 	RBPlayer *player;
 
 	player = RB_PLAYER (g_object_new (RB_TYPE_PLAYER, "player", mmplayer,
-					  "title", NULL, NULL));
+					  "title", NULL,
+					  "spacing", 6, NULL));
 
 	g_return_val_if_fail (player->priv != NULL, NULL);
 

This is a digitally signed message part



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