diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-02-14 16:07:48 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-02-17 11:25:16 -0500 |
commit | da3905c073456129874867df1572c8586a9a1f00 (patch) | |
tree | 7b380fede783ecd57c11ddf74c95fe7d98bd80eb /src/nautilus-floating-bar.c | |
parent | d44378ee0adf944bb13a987e4aa79abf1b15693e (diff) | |
download | nautilus-da3905c073456129874867df1572c8586a9a1f00.tar.gz |
sq look like
Diffstat (limited to 'src/nautilus-floating-bar.c')
-rw-r--r-- | src/nautilus-floating-bar.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nautilus-floating-bar.c b/src/nautilus-floating-bar.c index 9ead0e397..f6f45e855 100644 --- a/src/nautilus-floating-bar.c +++ b/src/nautilus-floating-bar.c @@ -163,8 +163,8 @@ nautilus_floating_bar_draw (GtkWidget *widget, gtk_widget_get_allocated_height (widget)); gtk_render_frame (context, cr, 0, 0, - gtk_widget_get_allocated_width (widget), - gtk_widget_get_allocated_height (widget)); + gtk_widget_get_allocated_width (widget), + gtk_widget_get_allocated_height (widget)); gtk_style_context_restore (context); } @@ -187,8 +187,6 @@ nautilus_floating_bar_constructed (GObject *obj) NULL); gtk_widget_show (box); - gtk_container_set_border_width (GTK_CONTAINER (box), 2); - w = gtk_spinner_new (); gtk_box_pack_start (GTK_BOX (box), w, FALSE, FALSE, 0); gtk_widget_set_visible (w, self->priv->show_spinner); |