summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-07 13:21:49 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-07 13:21:49 +0200
commit277d11037f1d5e6fafae65dcf38e5822fdef2338 (patch)
treee929c85767b638f63750fd844a339f67c05b8d3d /surf.c
parent03894249694dea128695789e3684d8dd7c2eb94a (diff)
downloadsurf-277d11037f1d5e6fafae65dcf38e5822fdef2338.tar.gz
surf-277d11037f1d5e6fafae65dcf38e5822fdef2338.tar.bz2
surf-277d11037f1d5e6fafae65dcf38e5822fdef2338.zip
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);