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.cxx | |
| 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.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index bd4d7e5a1..0795d784d 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -208,6 +208,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { } o->end(); } + o->size_range(260, 150); o->end(); } back_->deactivate(); |
