From f8f0c30f3ef60c024520cea5179ca2ddeb1de000 Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 16 Feb 2014 17:17:15 +0100 Subject: [PATCH] Enable resizable text areas. --- surf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surf.c b/surf.c index 654353d..bcb3a7b 100644 --- a/surf.c +++ b/surf.c @@ -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. -- 2.20.1