From 990415bd0436d66d2a6587074d0be7ce15bee7ab Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 24 Sep 2005 20:48:58 +0000 Subject: 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 --- src/Fl_File_Chooser.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Fl_File_Chooser.cxx') diff --git a/src/Fl_File_Chooser.cxx b/src/Fl_File_Chooser.cxx index 0caca81eb..a6316815e 100644 --- a/src/Fl_File_Chooser.cxx +++ b/src/Fl_File_Chooser.cxx @@ -185,7 +185,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *d, const char *p, int t, const char } o->end(); } - { Fl_Tile* o = new Fl_Tile(10, 45, 470, 225); + { Fl_Tile* o = new Fl_Tile(10, 45, 471, 225); o->callback((Fl_Callback*)cb_); { Fl_File_Browser* o = fileList = new Fl_File_Browser(10, 45, 295, 225); o->type(2); @@ -284,6 +284,7 @@ Fl_File_Chooser::Fl_File_Chooser(const char *d, const char *p, int t, const char } favWindow->label(manage_favorites_label); o->set_modal(); + o->size_range(181, 150); o->end(); } callback_ = 0; -- cgit v1.2.3