| tmaking indicator smaller. - surf - customized build of surf, the suckless webk… | |
| git clone git://src.adamsgaard.dk/surf | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 1835cbef2fd56c1e8e749ee596b9af88617ab547 | |
| parent ea2d9489303f3eacc77f6afcbcd13d2a7a0fe54a | |
| Author: Enno Boland (tox) <[email protected]> | |
| Date: Mon, 7 Sep 2009 10:31:50 +0200 | |
| making indicator smaller. | |
| Diffstat: | |
| M surf.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/surf.c b/surf.c | |
| t@@ -403,7 +403,7 @@ newclient(void) { | |
| /* indicator */ | |
| c->indicator = gtk_drawing_area_new(); | |
| - gtk_widget_set_size_request(c->indicator, 800, 5); | |
| + gtk_widget_set_size_request(c->indicator, 800, 2); | |
| g_signal_connect (G_OBJECT (c->indicator), "expose_event", | |
| G_CALLBACK (exposeindicator), c); | |