diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-15 10:13:00 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-03-15 10:13:00 -0400 |
commit | 275744644c95cc039efae7029a94814b47274ff7 (patch) | |
tree | fbcc3a27a74c8407fabd79913d682cb8b94dff0e /src/nautilus-floating-bar.c | |
parent | 00a9b3ae50db1cd609ee3eb4a556c851fc046906 (diff) | |
download | nautilus-275744644c95cc039efae7029a94814b47274ff7.tar.gz |
floating-bar: don't use a yellow color for the floating bar
Make it also a bit shorter.
Diffstat (limited to 'src/nautilus-floating-bar.c')
-rw-r--r-- | src/nautilus-floating-bar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nautilus-floating-bar.c b/src/nautilus-floating-bar.c index 65c0afbcf..d0f4e54d6 100644 --- a/src/nautilus-floating-bar.c +++ b/src/nautilus-floating-bar.c @@ -199,8 +199,8 @@ nautilus_floating_bar_constructed (GObject *obj) gtk_label_set_ellipsize (GTK_LABEL (w), PANGO_ELLIPSIZE_END); gtk_box_pack_start (GTK_BOX (box), w, FALSE, FALSE, 0); g_object_set (w, - "margin-top", 6, - "margin-bottom", 6, + "margin-top", 2, + "margin-bottom", 2, "margin-left", 6, "margin-right", 6, NULL); |