diff options
| author | Christoph Lohmann <20h@r-36.net> | 2014-02-16 17:17:15 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2014-02-16 17:17:15 +0100 |
| commit | f8f0c30f3ef60c024520cea5179ca2ddeb1de000 (patch) | |
| tree | 609a831393612aadd664cbe63cc8122ab20b5419 | |
| parent | a8267f7b95f0dd7e830ed89511f49ca515e4f594 (diff) | |
| download | surf-f8f0c30f3ef60c024520cea5179ca2ddeb1de000.tar.gz surf-f8f0c30f3ef60c024520cea5179ca2ddeb1de000.tar.bz2 surf-f8f0c30f3ef60c024520cea5179ca2ddeb1de000.zip | |
Enable resizable text areas.
| -rw-r--r-- | surf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -848,6 +848,8 @@ newclient(void) { kioskmode ^ 1, NULL); g_object_set(G_OBJECT(settings), "default-font-size", defaultfontsize, NULL); + g_object_set(G_OBJECT(settings), "resizable-text-areas", + 1, NULL); /* * While stupid, CSS specifies that a pixel represents 1/96 of an inch. |
