diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-12-14 02:32:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-12-14 02:32:27 +0000 |
| commit | 0e14d5ba183ec1fa7d894ca32110402c25532cdc (patch) | |
| tree | bf473811e56e94c6dc7df5e9e4d67f42c9c390e6 /src/Fl_Help_Dialog.cxx | |
| parent | e73818789d33c0cc4a3bc483b04eb56c543a58e8 (diff) | |
Rotate search icon to avoid confusing it with the letter Q.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4708 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 6e2b83d23..2becc2f87 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -165,7 +165,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { o->labeltype(FL_NORMAL_LABEL); o->labelfont(0); o->labelsize(14); - o->labelcolor(FL_BLACK); + o->labelcolor(FL_FOREGROUND_COLOR); o->callback((Fl_Callback*)cb_view_); o->align(FL_ALIGN_TOP); o->when(FL_WHEN_RELEASE); @@ -204,7 +204,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { { Fl_Group* o = new Fl_Group(10, 350, 296, 25); o->box(FL_DOWN_BOX); o->color(FL_BACKGROUND2_COLOR); - { Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@search"); + { Fl_Input* o = find_ = new Fl_Input(35, 352, 268, 21, "@2search"); o->tooltip("find text in document"); o->box(FL_FLAT_BOX); o->labelsize(13); |
