]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/PrivacyWebEngineView.h
Add a default zoom action. https://redmine.stoutner.com/issues/1044
[PrivacyBrowserPC.git] / src / widgets / PrivacyWebEngineView.h
index 061f65725d0825e5286e3ecdfeb183d6ca1f91b0..c0c47134fff55f5becabbdb5708294bf5e5668d5 100644 (file)
@@ -37,6 +37,7 @@ public:
 
     // The public variables.
     std::list<QNetworkCookie> *cookieListPointer = new std::list<QNetworkCookie>;
+    double defaultZoomFactor = 1.00;
     QString domainSettingsName = QStringLiteral("");
     QIcon favoriteIcon = QIcon::fromTheme(QStringLiteral("globe"));
     bool findCaseSensitive = false;