diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-05 14:43:03 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-05 14:43:03 +0000 |
| commit | 843183478b9a5329d4c761f65d36602efeb76d2c (patch) | |
| tree | 22f04879cd11c1bae3c5cf4d64eec2034c9624a5 /test | |
| parent | a804cbf3662e91b5a187600149acdcf57d85c4e8 (diff) | |
Fix tab group positions.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12183 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/tabs.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/tabs.fl b/test/tabs.fl index 2c34965e0..da5ecbbb5 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -177,7 +177,7 @@ Function {} {open } Fl_Group {} { label tab3 - tooltip {tab3 checks for correct keyboard navigation} xywh {330 50 320 245} selection_color 3 hide + tooltip {tab3 checks for correct keyboard navigation} xywh {330 60 320 235} selection_color 3 hide } { Fl_Button {} { label button2 @@ -210,8 +210,8 @@ Function {} {open } } Fl_Group {} { - label { tab5 } - tooltip {tab5 verifies if visibility requests are handled correctly} xywh {330 65 320 230} labeltype ENGRAVED_LABEL + label { tab5 } open + tooltip {tab5 verifies if visibility requests are handled correctly} xywh {330 60 320 235} labeltype ENGRAVED_LABEL } { Fl_Button {} { label button2 |
