pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea2d948
)
making indicator smaller.
author
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 08:31:50 +0000
(10:31 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Mon, 7 Sep 2009 08:31:50 +0000
(10:31 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
454a585
..
2bfdf7b
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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);