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
This commit is contained in:
Manolo Gouy
2016-04-15 08:06:47 +00:00
parent d289d6bec7
commit a1de05784b
+1 -1
View File
@@ -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);
};