[nautilus] slot: don't set spacing on extra location widgets vbox
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] slot: don't set spacing on extra location widgets vbox
- Date: Mon, 17 Feb 2014 22:14:17 +0000 (UTC)
commit b3b32f4afb5c1a5412b5fed80c8a0ed2ddef6e65
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 17 14:13:52 2014 -0800
slot: don't set spacing on extra location widgets vbox
https://bugzilla.gnome.org/show_bug.cgi?id=721647
src/nautilus-window-slot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c
index 1d38503..a66d4b0 100644
--- a/src/nautilus-window-slot.c
+++ b/src/nautilus-window-slot.c
@@ -578,7 +578,7 @@ nautilus_window_slot_constructed (GObject *object)
GTK_ORIENTATION_VERTICAL);
gtk_widget_show (GTK_WIDGET (slot));
- extras_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
+ extras_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
slot->details->extra_location_widgets = extras_vbox;
gtk_box_pack_start (GTK_BOX (slot), extras_vbox, FALSE, FALSE, 0);
gtk_widget_show (extras_vbox);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]