summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/device.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/device.cxx b/test/device.cxx
index e3f422296..1cb7ec6ab 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -439,7 +439,7 @@ protected:
fl_color(FL_BLACK);
};
public:
- MyWidget4(int x, int y):Fl_Box(x,y,150,150, "Line styles"){
+ MyWidget4(int x, int y):Fl_Box(x,y+10,150,150, "Line styles"){
labelsize(10);
align(FL_ALIGN_TOP);
};