[epiphany/tls-errors] ephy-certificate-dialog: fix position of lock icon
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/tls-errors] ephy-certificate-dialog: fix position of lock icon
- Date: Thu, 10 Jul 2014 02:49:52 +0000 (UTC)
commit f0f0140b524b88180cbf0fff07fd7086a1156ed9
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.
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]