rhythmbox r5964 - in trunk: . shell



Author: mccann
Date: Wed Oct  1 20:58:40 2008
New Revision: 5964
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5964&view=rev

Log:
2008-10-01  William Jon McCann  <jmccann redhat com>

	Patch by James "Doc" Livingston

	* shell/rb-shell.c (construct_widgets):
	Add three pixels of padding around source header.
	Fixes #335812



Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell.c

Modified: trunk/shell/rb-shell.c
==============================================================================
--- trunk/shell/rb-shell.c	(original)
+++ trunk/shell/rb-shell.c	Wed Oct  1 20:58:40 2008
@@ -1153,7 +1153,7 @@
 
 		gtk_box_pack_start (GTK_BOX (vbox2),
 				    GTK_WIDGET (shell->priv->source_header),
-				    FALSE, FALSE, 0);
+				    FALSE, FALSE, 3);
 		gtk_box_pack_start (GTK_BOX (vbox2),
 				    shell->priv->notebook,
 				    TRUE, TRUE, 0);



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