[epiphany] ephy-certificate-dialog: fix position of lock icon



commit d6988b2da0f52aa79fbc1a0360031c5351d96d76
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Wed Jul 9 21:42:14 2014 -0500

    ephy-certificate-dialog: fix position of lock icon
    
    If the cert is untrusted then the lock icon displays parallel to the
    first row of text; it needs to be centered between them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733025

 lib/widgets/ephy-certificate-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-certificate-dialog.c b/lib/widgets/ephy-certificate-dialog.c
index 456c119..ff39f1d 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -271,7 +271,7 @@ ephy_certificate_dialog_init (EphyCertificateDialog *dialog)
   gtk_widget_set_halign (priv->icon, GTK_ALIGN_CENTER);
   gtk_widget_set_valign (priv->icon, GTK_ALIGN_START);
   gtk_grid_attach (GTK_GRID (grid), priv->icon,
-                   0, 0, 1, 1);
+                   0, 0, 1, 2);
   gtk_widget_show (priv->icon);
 
   priv->title = gtk_label_new (NULL);


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