[gnome-online-accounts] imap-smtp: providers, telepathy: Increase horizontal margin



commit 7091788d65b0fc568081c394cbd5df46f282689c
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue May 30 17:54:46 2017 +0200

    imap-smtp: providers, telepathy: Increase horizontal margin
    
    The mockups [1] suggest a wider horizontal margin for the widgets
    showing the account details.
    
    [1] 
https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/online-accounts/aday-alt/online-accounts-account-dialogs.png
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779368

 src/goabackend/goaimapsmtpprovider.c  |    4 ++--
 src/goabackend/goaprovider.c          |    4 ++--
 src/goabackend/goatelepathyprovider.c |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/goabackend/goaimapsmtpprovider.c b/src/goabackend/goaimapsmtpprovider.c
index b3c9325..8448e3d 100644
--- a/src/goabackend/goaimapsmtpprovider.c
+++ b/src/goabackend/goaimapsmtpprovider.c
@@ -1526,8 +1526,8 @@ show_account (GoaProvider         *provider,
   grid = gtk_grid_new ();
   gtk_widget_set_halign (grid, GTK_ALIGN_CENTER);
   gtk_widget_set_hexpand (grid, TRUE);
-  gtk_widget_set_margin_end (grid, 42);
-  gtk_widget_set_margin_start (grid, 42);
+  gtk_widget_set_margin_end (grid, 72);
+  gtk_widget_set_margin_start (grid, 72);
   gtk_widget_set_margin_top (grid, 24);
   gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
   gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
diff --git a/src/goabackend/goaprovider.c b/src/goabackend/goaprovider.c
index f3d6163..a7f4afb 100644
--- a/src/goabackend/goaprovider.c
+++ b/src/goabackend/goaprovider.c
@@ -592,8 +592,8 @@ goa_provider_show_account_real (GoaProvider         *provider,
   grid = gtk_grid_new ();
   gtk_widget_set_halign (grid, GTK_ALIGN_CENTER);
   gtk_widget_set_hexpand (grid, TRUE);
-  gtk_widget_set_margin_end (grid, 42);
-  gtk_widget_set_margin_start (grid, 42);
+  gtk_widget_set_margin_end (grid, 72);
+  gtk_widget_set_margin_start (grid, 72);
   gtk_widget_set_margin_top (grid, 24);
   gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
   gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
diff --git a/src/goabackend/goatelepathyprovider.c b/src/goabackend/goatelepathyprovider.c
index 29461a7..ab4f4cb 100644
--- a/src/goabackend/goatelepathyprovider.c
+++ b/src/goabackend/goatelepathyprovider.c
@@ -947,8 +947,8 @@ show_account (GoaProvider         *provider,
   grid = gtk_grid_new ();
   gtk_widget_set_halign (grid, GTK_ALIGN_CENTER);
   gtk_widget_set_hexpand (grid, TRUE);
-  gtk_widget_set_margin_end (grid, 42);
-  gtk_widget_set_margin_start (grid, 42);
+  gtk_widget_set_margin_end (grid, 72);
+  gtk_widget_set_margin_start (grid, 72);
   gtk_widget_set_margin_top (grid, 24);
   gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
   gtk_grid_set_row_spacing (GTK_GRID (grid), 6);


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