diff --git a/src/Button.hpp b/src/Button.hpp index 7e7e3ae..b765d5c 100644 --- a/src/Button.hpp +++ b/src/Button.hpp @@ -32,7 +32,7 @@ protected: private: std::string m_text; ButtonType m_button_type; - double m_padding { 10 }; + double m_padding { 8 }; }; }