diff options
Diffstat (limited to 'src/gui/widgets/scrollarea.h')
-rw-r--r-- | src/gui/widgets/scrollarea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/scrollarea.h b/src/gui/widgets/scrollarea.h index cf02e0317..b33a5a392 100644 --- a/src/gui/widgets/scrollarea.h +++ b/src/gui/widgets/scrollarea.h @@ -337,7 +337,7 @@ class ScrollArea final : public BasicContainer, * Sets the amount to scroll in pixels when the left scroll button is * pushed. * - * @param amount The amount to scroll in pixels. + * @param amount The amount to scroll in pixels. * @see getLeftButtonScrollAmount */ void setLeftButtonScrollAmount(const int amount) |