diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-09-24 20:48:58 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-09-24 20:48:58 +0000 |
| commit | 990415bd0436d66d2a6587074d0be7ce15bee7ab (patch) | |
| tree | bc0bda31c972c1c114b935cb042fa7ab1af46ae2 /src/Fl_Help_Dialog.fl | |
| parent | 3e9b10363d43adfff3d2bbff83df540454e1a4a9 (diff) | |
STR #1028" set size ranges for filechooser 'favorites' dialog and for help dialog
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4580 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_Dialog.fl')
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index 196d6339d..311d69c26 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -45,8 +45,8 @@ class FL_EXPORT Fl_Help_Dialog {open Function {Fl_Help_Dialog()} {open } { Fl_Window window_ { - label {Help Dialog} open - private xywh {398 65 530 385} type Double resizable visible + label {Help Dialog} open selected + private xywh {398 65 530 385} type Double resizable size_range {260 150 0 0} visible } { Fl_Group view_ { callback {if (view_->changed()) @@ -152,7 +152,7 @@ smaller_->activate();} } { Fl_Input find_ { label {@search} - callback {find_pos_ = view_->find(find_->value(), find_pos_);} selected + callback {find_pos_ = view_->find(find_->value(), find_pos_);} private tooltip {find text in document} xywh {35 352 268 21} box FLAT_BOX labelsize 13 when 10 resizable } } |
