[epiphany] notebook: Reduce space between buttons
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] notebook: Reduce space between buttons
- Date: Mon, 16 Jan 2017 23:40:19 +0000 (UTC)
commit cd2e3b88c9fb21bc41bd05ed65e1540cc83b2a49
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Jan 16 17:39:54 2017 -0600
notebook: Reduce space between buttons
Looks better this way.
src/ephy-notebook.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c
index e0df9a0..e5ba4ac 100644
--- a/src/ephy-notebook.c
+++ b/src/ephy-notebook.c
@@ -478,14 +478,14 @@ ephy_notebook_constructed (GObject *object)
gtk_actionable_set_action_name (GTK_ACTIONABLE (button), "win.new-tab");
/* Translators: tooltip for the new tab button */
gtk_widget_set_tooltip_text (button, _("Open a new tab"));
- gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 6);
+ gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
button = gtk_menu_button_new ();
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
/* Translators: tooltip for the tab switcher menu button */
gtk_widget_set_tooltip_text (button, _("View open tabs"));
- gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 6);
+ gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
gtk_widget_show (button);
notebook->tab_menu = g_menu_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]