Enable resizable text areas.
This commit is contained in:
parent
a8267f7b95
commit
f8f0c30f3e
1 changed files with 2 additions and 0 deletions
2
surf.c
2
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.
|
||||
|
|
Loading…
Reference in a new issue