aboutsummaryrefslogtreecommitdiff
path: root/Sgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'Sgraph.c')
-rw-r--r--Sgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sgraph.c b/Sgraph.c
index 1d9aa4e..f5625f1 100644
--- a/Sgraph.c
+++ b/Sgraph.c
@@ -143,7 +143,7 @@ Initialize(Widget request, Widget w, ArgList args, Cardinal *nargs)
errx(1, "Xdbe %d.%d error %d", major, minor, ret);
sw->core.width = 320;
- sw->core.height = 200;
+ sw->core.height = 120;
sw->sgraph.data = (int *)XtCalloc(sw->sgraph.size, sizeof(int));
GetGC(w);