pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0389424
)
changing minimal size.
author
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 11:21:49 +0000
(13:21 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 11:21:49 +0000
(13:21 +0200)
surf.c
patch
|
blob
|
history
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,
80
0, 2);
+ gtk_widget_set_size_request(c->indicator, 0, 2);
g_signal_connect (G_OBJECT (c->indicator), "expose_event",
G_CALLBACK (exposeindicator), c);