tmaking indicator smaller. - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1835cbef2fd56c1e8e749ee596b9af88617ab547
 (DIR) parent ea2d9489303f3eacc77f6afcbcd13d2a7a0fe54a
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Mon,  7 Sep 2009 10:31:50 +0200
       
       making indicator smaller.
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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);