summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/mandelbrot_ui.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index e0cb721f6..f0ffe8545 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -12,7 +12,7 @@ class Drawing_Window {open
Function {make_window()} {open return_type void
} {
Fl_Window window {open selected
- xywh {178 479 450 520} type Double resizable
+ xywh {178 479 450 520} type Single resizable
code0 {o->size_range(220,220);} visible
} {
Fl_Box d {