Enable resizable text areas.

This commit is contained in:
Christoph Lohmann 2014-02-16 17:17:15 +01:00
parent a8267f7b95
commit f8f0c30f3e

2
surf.c
View file

@ -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.