[devhelp/webkit2] Set zoom-text-only settings to TRUE
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/webkit2] Set zoom-text-only settings to TRUE
- Date: Fri, 2 Mar 2012 08:15:11 +0000 (UTC)
commit 718182a332e36f7fa3408d652b79b8c58f1a25c2
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Fri Mar 2 09:07:33 2012 +0100
Set zoom-text-only settings to TRUE
It was TRUE by default in WebKit1, but it's disabled by default in
WebKit2
src/dh-util.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-util.c b/src/dh-util.c
index 8956d9b..bb3d8f2 100644
--- a/src/dh-util.c
+++ b/src/dh-util.c
@@ -691,6 +691,7 @@ view_setup_fonts (WebKitWebView *view)
use_system_fonts);
g_object_set (settings,
+ "zoom-text-only", TRUE,
"monospace-font-family", fixed_name,
"default-monospace-font-size", (guint) fixed_size,
"sans-serif-font-family", variable_name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]