summaryrefslogtreecommitdiff
path: root/FL/Fl_Widget.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Widget.H')
-rw-r--r--FL/Fl_Widget.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H
index c9fe89bba..d10d42ef5 100644
--- a/FL/Fl_Widget.H
+++ b/FL/Fl_Widget.H
@@ -693,7 +693,7 @@ public:
/** Set the gap between the label and the image in pixels.
This value is limited to 0..255.
- \param[in] gap spacing in pixels
+ \param[in] gap spacing in pixels
*/
void label_image_spacing(int gap) { label_.spacing = (uchar)gap; }