diff --git a/include/TGUI/Widgets/EditBoxSlider.hpp b/include/TGUI/Widgets/EditBoxSlider.hpp index d772965da..8ba5fa885 100644 --- a/include/TGUI/Widgets/EditBoxSlider.hpp +++ b/include/TGUI/Widgets/EditBoxSlider.hpp @@ -104,7 +104,7 @@ TGUI_MODULE_EXPORT namespace tgui TGUI_NODISCARD static EditBoxSlider::Ptr copy(const EditBoxSlider::ConstPtr& editBoxSlider); ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - /// @brief Returns the renderer of edit box buttons part of widget + /// @brief Returns the renderer of edit box part of widget /// @return Temporary pointer to the renderer that may be shared with other widgets using the same renderer ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// TGUI_NODISCARD EditBoxRenderer* getEditBoxSharedRenderer(); @@ -135,9 +135,9 @@ TGUI_MODULE_EXPORT namespace tgui ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - /// @brief Changes the size of the spin control + /// @brief Changes the size of the edit box slider /// - /// @param size The new size of the spin control + /// @param size The new size of the edit box slider ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// void setSize(const Layout2d& size) override; using SubwidgetContainer::setSize;