From a20d472faf827721765ca726f2669290996f1e0e Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sat, 4 Nov 2017 06:11:45 +0000 Subject: [PATCH] Updated scrollbar size's instructions, increased font size. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12542 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/unittest_scrollbarsize.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/unittest_scrollbarsize.cxx b/test/unittest_scrollbarsize.cxx index 3f4697814..4c8a23833 100644 --- a/test/unittest_scrollbarsize.cxx +++ b/test/unittest_scrollbarsize.cxx @@ -205,12 +205,12 @@ public: int msgbox_x = brow_c->x() + brow_c->w() + 20; int msgbox_w = W-(msgbox_x-X); Fl_Box *msgbox = new Fl_Box(msgbox_x,browy,msgbox_w,H-Y-48); - msgbox->label("\nVerify global scroll sizing and per-widget scroll sizing. " + msgbox->label("\nVerify global scrollbar sizing and per-widget scrollbar sizing. " "Scrollbar's size should change interactively as size sliders are changed. " - "Changing 'Global Scroll Size' should affect all three browser's scrollbars UNLESS " - "the 'A: Scroll Size' slider is changed, in which case its value will take precedence " - "for the 'A' group of widgets."); - msgbox->labelsize(10); + "Changing 'Global Scroll Size' should affect all scrollbars AS LONG AS the " + "'A: Scroll Size' slider is 0. Otherwise its value takes precedence " + "for all the 'A' group widgets."); + msgbox->labelsize(12); msgbox->align(FL_ALIGN_INSIDE|FL_ALIGN_CENTER|FL_ALIGN_LEFT|FL_ALIGN_WRAP); msgbox->box(FL_FLAT_BOX); msgbox->color(53); // 90% gray