[anjuta] various: Added 5px padding between window title and AnjutaTabber



commit 76dee4672830104a33102bfcecaecd40ad1c5f94
Author: Johannes Schmid <jhs gnome org>
Date:   Fri Apr 9 22:52:57 2010 +0200

    various: Added 5px padding between window title and AnjutaTabber

 plugins/devhelp/plugin.c             |    4 ++--
 plugins/message-view/anjuta-msgman.c |    2 +-
 plugins/symbol-db/plugin.c           |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/devhelp/plugin.c b/plugins/devhelp/plugin.c
index 91452c4..fb69583 100644
--- a/plugins/devhelp/plugin.c
+++ b/plugins/devhelp/plugin.c
@@ -350,9 +350,9 @@ devhelp_activate (AnjutaPlugin *plugin)
 	gtk_box_pack_start (GTK_BOX (devhelp->tab_hbox),
 	                    label,
 	                    FALSE, FALSE, 0);
-	gtk_box_pack_start (GTK_BOX (devhelp->tab_hbox),
+	gtk_box_pack_end (GTK_BOX (devhelp->tab_hbox),
 	                    devhelp->tabber,
-	                    TRUE, TRUE, 0);
+	                    TRUE, TRUE, 5);
 
 	label = gtk_label_new (_("Contents"));
 	gtk_label_set_ellipsize (GTK_LABEL (label),
diff --git a/plugins/message-view/anjuta-msgman.c b/plugins/message-view/anjuta-msgman.c
index 4291787..73011c9 100644
--- a/plugins/message-view/anjuta-msgman.c
+++ b/plugins/message-view/anjuta-msgman.c
@@ -240,7 +240,7 @@ anjuta_msgman_instance_init (AnjutaMsgman * msgman)
 	msgman->priv->button_group = NULL;
 
 	gtk_box_pack_end (GTK_BOX (msgman->priv->hbox), 
-	                  msgman->priv->tabber, TRUE, TRUE, TRUE);
+	                  msgman->priv->tabber, TRUE, TRUE, 5);
 	
 	g_signal_connect(GTK_OBJECT(msgman), "popup-menu", 
                        G_CALLBACK(on_msgman_popup_menu), msgman);
diff --git a/plugins/symbol-db/plugin.c b/plugins/symbol-db/plugin.c
index 76c9320..b60866c 100644
--- a/plugins/symbol-db/plugin.c
+++ b/plugins/symbol-db/plugin.c
@@ -2136,8 +2136,8 @@ symbol_db_activate (AnjutaPlugin *plugin)
 	                         PANGO_ELLIPSIZE_END);
 	anjuta_tabber_add_tab (ANJUTA_TABBER (sdb_plugin->tabber),
 	                       label);
-	gtk_box_pack_start (GTK_BOX(sdb_plugin->dbv_hbox), sdb_plugin->tabber,
-	                    TRUE, TRUE, 0);
+	gtk_box_pack_end (GTK_BOX(sdb_plugin->dbv_hbox), sdb_plugin->tabber,
+	                    TRUE, TRUE, 5);
 	
 	gtk_widget_show_all (sdb_plugin->dbv_hbox);
 	



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