[balsa/gtk3] Reduce zoom factor to +/- 20%



commit 33c6c3563feb41798ca91fdc4f316e6f39cc96ab
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Mar 27 18:49:29 2013 -0400

    Reduce zoom factor to +/- 20%

 ChangeLog       |    4 ++++
 libbalsa/html.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a400ea1..d7cacac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-03-27  Peter Bloomfield
 
+       * libbalsa/html.c: reduce zoom factor to +/- 20%.
+
+2013-03-27  Peter Bloomfield
+
        * libbalsa/html.c (lbh_info_bar_response_cb),
        (lbh_info_bar_realize_cb), (lbh_show_info_bar),
        (lbh_resource_load_started_cb), (libbalsa_html_new):
diff --git a/libbalsa/html.c b/libbalsa/html.c
index baeab4a..6ee48ae 100644
--- a/libbalsa/html.c
+++ b/libbalsa/html.c
@@ -495,7 +495,7 @@ libbalsa_html_can_zoom(GtkWidget * widget)
 /*
  * Zoom the widget.
  */
-#define LIBBALSA_HTML_ZOOM_FACTOR 1.25
+#define LIBBALSA_HTML_ZOOM_FACTOR 1.2
 void
 libbalsa_html_zoom(GtkWidget * widget, gint in_out)
 {


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