summaryrefslogtreecommitdiffstats
path: root/grapher/grapher.cxx
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-12-01 12:54:25 +0100
committerTim Moore <timoore@redhat.com>2009-12-01 12:54:25 +0100
commit0e8394b016a039931a338fd59e103346a50f5329 (patch)
tree2cb23c836489769932eb29450bb6c1b0ecbc69a9 /grapher/grapher.cxx
parentd293d53136fa7e6e7eda510847145edf4d3d7f55 (diff)
downloadsystemtap-steved-0e8394b016a039931a338fd59e103346a50f5329.tar.gz
systemtap-steved-0e8394b016a039931a338fd59e103346a50f5329.tar.xz
systemtap-steved-0e8394b016a039931a338fd59e103346a50f5329.zip
some aesthetic tweaks to the grapher
* grapher/Graph.cxx (draw): Draw tick labels (times) below the graph. * grapher/grapher.cxx (main): Open main window with a size big enough to display an entire graph.
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);