changing minimal size.
authorEnno Boland (tox) <tox@s01.de>
Mon, 7 Sep 2009 11:21:49 +0000 (13:21 +0200)
committerEnno Boland (tox) <tox@s01.de>
Mon, 7 Sep 2009 11:21:49 +0000 (13:21 +0200)
surf.c

diff --git a/surf.c b/surf.c
index 9a67c04..3520684 100644 (file)
--- a/surf.c
+++ b/surf.c
@@ -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);