sq look like

This commit is contained in:
Cosimo Cecchi 2011-02-14 16:07:48 -05:00
parent d44378ee0a
commit da3905c073
2 changed files with 2 additions and 10 deletions

View file

@ -29,9 +29,3 @@ NautilusFloatingBar {
border-radius: 1;
border-width: 2;
}
NautilusFloatingBar > GtkBox {
border-color: #fdf6bb;
background-color: #fdf6bb;
border-width: 0;
}

View file

@ -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);