summaryrefslogtreecommitdiffstats
path: root/surf.c
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2009-09-07 13:21:49 +0200
committerGravatar Enno Boland (tox) 2009-09-07 13:21:49 +0200
commit277d11037f1d5e6fafae65dcf38e5822fdef2338 (patch)
treee929c85767b638f63750fd844a339f67c05b8d3d /surf.c
parentnext version is 0.1 (diff)
changing minimal size.
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/surf.c b/surf.c
index 9a67c04..3520684 100644
--- 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);