summaryrefslogtreecommitdiff
path: root/src/flcurve.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/flcurve.cxx')
-rw-r--r--src/flcurve.cxx5
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);