Skip to content

Commit

Permalink
Fix position in window of string "Line styles".
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11611 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Apr 15, 2016
1 parent d289d6b commit a1de057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/device.cxx
Expand Up @@ -439,7 +439,7 @@ class MyWidget4: public Fl_Box{
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);
};
Expand Down

0 comments on commit a1de057

Please sign in to comment.