From 843183478b9a5329d4c761f65d36602efeb76d2c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 5 Mar 2017 14:43:03 +0000 Subject: Fix tab group positions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12183 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/tabs.fl | 6 +++--- 1 file 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 -- cgit v1.2.3