Enable resizable text areas.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user