Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanging minimal size. - surf - customized build of surf, the suckless webkit …
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 277d11037f1d5e6fafae65dcf38e5822fdef2338
parent 03894249694dea128695789e3684d8dd7c2eb94a
Author: Enno Boland (tox) <[email protected]>
Date: Mon, 7 Sep 2009 13:21:49 +0200
changing minimal size.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -415,7 +415,7 @@ newclient(void) {
/* indicator */
c->indicator = gtk_drawing_area_new();
- gtk_widget_set_size_request(c->indicator, 800, 2);
+ gtk_widget_set_size_request(c->indicator, 0, 2);
g_signal_connect (G_OBJECT (c->indicator), "expose_event",
G_CALLBACK (exposeindicator), c);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.