summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-02-12 16:09:17 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-02-12 16:09:17 +0100
commit40a4a3a90d6fdd8c0805d3491b8437c6b8e9d2f7 (patch)
tree188bd6107b64eb1b6f5ca8acbe1ce540335ec44e /src/application.cpp
parentAdd keyboard shortcut support for 'Show Next Tab' and 'Show Previous Tab' (diff)
downloadrekonq-40a4a3a90d6fdd8c0805d3491b8437c6b8e9d2f7.tar.xz
Add zoom text only webkit feature settings
Piedro, because of your comment about Midori, I tried applying this. I don't think this fixes your problem, but it surely "hides" the bug ;) CCBUG: 295446
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 4b5d492c..f55174d0 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -537,6 +537,7 @@ void Application::updateConfiguration()
// ================ WebKit ============================
defaultSettings->setAttribute(QWebSettings::DnsPrefetchEnabled, ReKonfig::dnsPrefetch());
defaultSettings->setAttribute(QWebSettings::PrintElementBackgrounds, ReKonfig::printElementBackgrounds());
+ defaultSettings->setAttribute(QWebSettings::ZoomTextOnly, ReKonfig::zoomTextOnly());
defaultSettings->setAttribute(QWebSettings::JavascriptEnabled, ReKonfig::javascriptEnabled());
defaultSettings->setAttribute(QWebSettings::JavascriptCanOpenWindows, ReKonfig::javascriptCanOpenWindows());