diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-12 23:45:33 +0100 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-12 23:45:33 +0100 |
| commit | f17430be7bf4aaef23b991d04c8804b4f171d7b0 (patch) | |
| tree | 1ef42ef7012803d0cc9b226aa72a3d1c29ac1fc0 /src/flcurve.cxx | |
| parent | e9dce46bed3cc0ec6993d09183ac858a32d619e2 (diff) | |
some fixes
Diffstat (limited to 'src/flcurve.cxx')
| -rw-r--r-- | src/flcurve.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/flcurve.cxx b/src/flcurve.cxx index ce8de6a..2769a51 100644 --- a/src/flcurve.cxx +++ b/src/flcurve.cxx @@ -46,9 +46,10 @@ main(int argc, char **argv) { } } - Fl_Window window(800, 600); - CurveEditor ce(10, 10, 780, 580); + Fl_Window window(800, 800); + CurveEditor ce(10, 10, 780, 780); window.end(); + window.resizable(ce); window.show(1, argv); |
