| tconfig.h: set default zoom level back to 1.0 - surf - [fork] customized build … | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 10b6c4c2687d87f7b746012bcc940aa132dba6bb | |
| parent e93b97145f93c7ba23f17b6618cd97f7ea23a92e | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Wed, 30 Sep 2020 10:57:07 +0200 | |
| config.h: set default zoom level back to 1.0 | |
| Diffstat: | |
| M config.h | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/config.h b/config.h | |
| t@@ -47,7 +47,7 @@ static Parameter defconfig[ParameterLast] = { | |
| [StrictTLS] = { { .i = 1 }, }, | |
| [Style] = { { .i = 1 }, }, | |
| [WebGL] = { { .i = 0 }, }, | |
| - [ZoomLevel] = { { .f = 2.5 }, }, | |
| + [ZoomLevel] = { { .f = 1.0 }, }, | |
| }; | |
| static UriParameters uriparams[] = { |