summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 2 insertions, 0 deletions
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.