Enable resizable text areas.
This commit is contained in:
parent
a8267f7b95
commit
f8f0c30f3e
2
surf.c
2
surf.c
|
@ -848,6 +848,8 @@ newclient(void) {
|
||||||
kioskmode ^ 1, NULL);
|
kioskmode ^ 1, NULL);
|
||||||
g_object_set(G_OBJECT(settings), "default-font-size",
|
g_object_set(G_OBJECT(settings), "default-font-size",
|
||||||
defaultfontsize, NULL);
|
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.
|
* While stupid, CSS specifies that a pixel represents 1/96 of an inch.
|
||||||
|
|
Loading…
Reference in New Issue