diff options
| author | Manolo Gouy <Manolo> | 2016-04-15 08:06:47 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-15 08:06:47 +0000 |
| commit | a1de05784bd6851429028ac49a0ab84bb907e90d (patch) | |
| tree | 1d64c855d7b38f609d5ff2250c76988ec822c632 /test | |
| parent | d289d6bec7fdef231572bc3f4f404bef0b456c5d (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/device.cxx | 2 |
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); }; |
