[gnome-online-accounts/gnome-3-12] provider: Add some spacing between the service name and its switch
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-12] provider: Add some spacing between the service name and its switch
- Date: Mon, 23 Mar 2015 12:23:05 +0000 (UTC)
commit 65a53e65b0201f90c08f205a7d50843f4f0c21f7
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Mar 20 18:03:13 2015 +0100
provider: Add some spacing between the service name and its switch
https://bugzilla.gnome.org/show_bug.cgi?id=746540
src/goabackend/goaprovider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goaprovider.c b/src/goabackend/goaprovider.c
index f2aefac..67be31c 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -1351,7 +1351,7 @@ goa_util_add_row_switch_from_keyfile_with_blurb (GtkGrid *grid,
G_BINDING_BIDIRECTIONAL | G_BINDING_INVERT_BOOLEAN);
}
- hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_box_set_homogeneous (GTK_BOX (hbox), FALSE);
if (blurb != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]