diff options
| author | 2013-03-14 06:35:42 +0100 | |
|---|---|---|
| committer | 2013-03-14 06:35:42 +0100 | |
| commit | d02f73d9902b953e6d815856844c79e3755c26fd (patch) | |
| tree | 30188490a81273ba0a8bd5049360801efd175f0a /surf.c | |
| parent | Fix output redirection in surf-open.sh (diff) | |
Adding a default font size option.
Thanks Alexander Sedov <alex0player@gmail.com>!
Diffstat (limited to '')
| -rw-r--r-- | surf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -752,6 +752,8 @@ newclient(void) { enableinspector, NULL); g_object_set(G_OBJECT(settings), "enable-default-context-menu", kioskmode ^ 1, NULL); + g_object_set(G_OBJECT(settings), "default-font-size", + defaultfontsize, NULL); if(enableinspector) { c->inspector = WEBKIT_WEB_INSPECTOR( |
