summaryrefslogtreecommitdiffstats
path: root/grapher/grapher.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/grapher.cxx')
-rw-r--r--grapher/grapher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/grapher.cxx b/grapher/grapher.cxx
index fe9880b2..969bc762 100644
--- a/grapher/grapher.cxx
+++ b/grapher/grapher.cxx
@@ -437,7 +437,7 @@ int main(int argc, char** argv)
GrapherWindow win;
win.set_title("Grapher");
- win.set_default_size(600, 200);
+ win.set_default_size(600, 250);
launcher.setWinParams(&win, &win.w);
win.setGraphicalLauncher(&launcher);