From 8c83ceb4776c927353d7a235290c1fc2f9f34b1f Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Thu, 24 Apr 2003 03:08:36 +0000 Subject: Set spacing between a topic and the arrow to 6px. 2003-04-23 David Bordoley * src/bookmarks/ephy-topic-action.c: (create_tool_item): Set spacing between a topic and the arrow to 6px. --- src/bookmarks/ephy-topic-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 8028daac2..8755dfa8a 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -98,7 +98,7 @@ create_tool_item (EggAction *action) arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE); gtk_widget_show (arrow); - hbox = gtk_hbox_new (FALSE, 0); + hbox = gtk_hbox_new (FALSE, 6); gtk_widget_show (hbox); gtk_container_add (GTK_CONTAINER (button), hbox); -- cgit v1.2.3