[gnome-online-accounts/gnome-3-16] 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-16] provider: Add some spacing between the service name and its switch
- Date: Sat, 21 Mar 2015 00:04:00 +0000 (UTC)
commit 5e9caa05da69e289974840b1374e395453f63249
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 bee43a2..8b4f17e 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -1382,7 +1382,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]