[anjuta/gnome-2-30] various: Added 5px padding between window title and AnjutaTabber
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-2-30] various: Added 5px padding between window title and AnjutaTabber
- Date: Fri, 9 Apr 2010 21:40:53 +0000 (UTC)
commit bbb8a0d4ce71dbed0d392ff94b3e7664e03c46c1
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 e72d093..7766c17 100644
--- a/plugins/symbol-db/plugin.c
+++ b/plugins/symbol-db/plugin.c
@@ -2343,8 +2343,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]