From a1de05784bd6851429028ac49a0ab84bb907e90d Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 15 Apr 2016 08:06:47 +0000 Subject: Fix position in window of string "Line styles". git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11611 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/device.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; -- cgit v1.2.3