[nautilus] sq look like
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] sq look like
- Date: Thu, 17 Feb 2011 16:29:23 +0000 (UTC)
commit da3905c073456129874867df1572c8586a9a1f00
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Feb 14 16:07:48 2011 -0500
sq look like
data/nautilus.css | 6 ------
src/nautilus-floating-bar.c | 6 ++----
2 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/data/nautilus.css b/data/nautilus.css
index 9b00da4..351075b 100644
--- a/data/nautilus.css
+++ b/data/nautilus.css
@@ -29,9 +29,3 @@ NautilusFloatingBar {
border-radius: 1;
border-width: 2;
}
-
-NautilusFloatingBar > GtkBox {
- border-color: #fdf6bb;
- background-color: #fdf6bb;
- border-width: 0;
-}
diff --git a/src/nautilus-floating-bar.c b/src/nautilus-floating-bar.c
index 9ead0e3..f6f45e8 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]