[gnome-bluetooth] Bit more spacing between label and spinner



commit 22513cb92a6da97d97faba82f5c0c88a7ffe93a0
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 15 23:26:50 2009 +0100

    Bit more spacing between label and spinner

 lib/bluetooth-chooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index 6d66dbd..5ad9525 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -795,7 +795,7 @@ bluetooth_chooser_init(BluetoothChooser *self)
 			  G_CALLBACK (adapter_model_row_changed), self);
 
 	/* The searching label */
-	priv->search_hbox = gtk_hbox_new (FALSE, 2);
+	priv->search_hbox = gtk_hbox_new (FALSE, 6);
 	gtk_widget_set_no_show_all (priv->search_hbox, TRUE);
 	priv->spinner = bling_spinner_new ();
 	gtk_container_add (GTK_CONTAINER (priv->search_hbox), priv->spinner);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]