diff options
| author | Greg Ercolano <erco@seriss.com> | 2017-11-04 06:11:45 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2017-11-04 06:11:45 +0000 |
| commit | a20d472faf827721765ca726f2669290996f1e0e (patch) | |
| tree | f34bc04773c876a54f4316d71eae91dd99869b41 /test | |
| parent | 8f52feac8487e65814be1c5c9415c8f05e9190ab (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/unittest_scrollbarsize.cxx | 10 |
1 files 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 |
