[epiphany] ephy-certificate-dialog: use better default height



commit deaa6abc787ed1cc477231de75d4902f785c395e
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jul 10 12:37:20 2014 -0500

    ephy-certificate-dialog: use better default height
    
    Reduce the amount of blank space on this dialog when technical details
    are not being displayed. It's just too much. This height is still large
    enough that users who want to browse through all the details probably
    won't want to resize the window.
    
    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 ff39f1d..6080a0d 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -258,7 +258,7 @@ ephy_certificate_dialog_init (EphyCertificateDialog *dialog)
                                              EphyCertificateDialogPrivate);
   priv = dialog->priv;
 
-  gtk_window_set_default_size (GTK_WINDOW (dialog), -1, 600);
+  gtk_window_set_default_size (GTK_WINDOW (dialog), -1, 500);
 
   gtk_container_set_border_width (GTK_CONTAINER (dialog), 10);
   gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);


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