summaryrefslogtreecommitdiff
path: root/src/Fl_File_Chooser.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-09-24 20:48:58 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-09-24 20:48:58 +0000
commit990415bd0436d66d2a6587074d0be7ce15bee7ab (patch)
treebc0bda31c972c1c114b935cb042fa7ab1af46ae2 /src/Fl_File_Chooser.cxx
parent3e9b10363d43adfff3d2bbff83df540454e1a4a9 (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_File_Chooser.cxx')
-rw-r--r--src/Fl_File_Chooser.cxx3
1 files changed, 2 insertions, 1 deletions
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;