[Xfce4-commits] <thunar:master> Don't force size of spinner in size label.
Nick Schermer
noreply at xfce.org
Sun Oct 14 13:18:03 CEST 2012
Updating branch refs/heads/master
to 10ef12e96190fc009ba2f61107d1917ee0959584 (commit)
from ede666209f2ce1a798035ebcf8526d63a4fc9411 (commit)
commit 10ef12e96190fc009ba2f61107d1917ee0959584
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 14 13:12:32 2012 +0200
Don't force size of spinner in size label.
thunar/thunar-size-label.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/thunar/thunar-size-label.c b/thunar/thunar-size-label.c
index 33217b0..eff53e7 100644
--- a/thunar/thunar-size-label.c
+++ b/thunar/thunar-size-label.c
@@ -143,7 +143,6 @@ thunar_size_label_init (ThunarSizeLabel *size_label)
/* add the spinner widget */
size_label->spinner = gtk_spinner_new ();
- gtk_widget_set_size_request (size_label->spinner, 16, 16);
exo_binding_new (G_OBJECT (size_label->spinner), "visible", G_OBJECT (ebox), "visible");
gtk_container_add (GTK_CONTAINER (ebox), size_label->spinner);
gtk_widget_show (size_label->spinner);
More information about the Xfce4-commits
mailing list