From a01d246eadf42ade30395dc5847ef4984c8a860d Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 9 Dec 2010 12:08:13 +0000 Subject: [PATCH] Fix oversized color swatch in PDF docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7988 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/fl_show_colormap.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/fl_show_colormap.H b/FL/fl_show_colormap.H index 7aace219c..259147da1 100644 --- a/FL/fl_show_colormap.H +++ b/FL/fl_show_colormap.H @@ -42,7 +42,7 @@ /** \brief Pops up a window to let the user pick an colormap entry. \image html fl_show_colormap.png - \image latex fl_show_colormap.png "fl_show_colormap" width=8cm + \image latex fl_show_colormap.png "fl_show_colormap" height=10cm \param[in] oldcol color to be highlighted when grid is shown. \retval Fl_Color value of the chosen colormap entry. \sa Fl_Color_Chooser