mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
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:
+1
-1
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user