pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8267f7
)
Enable resizable text areas.
author
Christoph Lohmann
<20h@r-36.net>
Sun, 16 Feb 2014 16:17:15 +0000
(17:17 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 16 Feb 2014 16:17:15 +0000
(17:17 +0100)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
654353d
..
bcb3a7b
100644
(file)
--- 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.