diff options
author | Lapo Calamandrei <calamandrei@gmail.com> | 2014-08-28 11:01:41 +0200 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2014-08-28 16:02:42 -0700 |
commit | 611d48bf4644a1f28e8bea397dcfc41c232cdb70 (patch) | |
tree | 2740c87889cd5ab27db45d6e9682f47087a08da3 /src/nautilus-floating-bar.c | |
parent | 5a1d58c5a3cd0ef541e877b14c292793828ecf7a (diff) | |
download | nautilus-611d48bf4644a1f28e8bea397dcfc41c232cdb70.tar.gz |
Style fixes
Diffstat (limited to 'src/nautilus-floating-bar.c')
-rw-r--r-- | src/nautilus-floating-bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-floating-bar.c b/src/nautilus-floating-bar.c index a9c298c50..da1bde0d1 100644 --- a/src/nautilus-floating-bar.c +++ b/src/nautilus-floating-bar.c @@ -484,6 +484,7 @@ nautilus_floating_bar_add_action (NautilusFloatingBar *self, gtk_widget_show (w); button = gtk_button_new (); + gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE); gtk_button_set_image (GTK_BUTTON (button), w); gtk_box_pack_end (GTK_BOX (self), button, FALSE, FALSE, 0); gtk_widget_show (button); |