slightly reduce button padding

This commit is contained in:
hippoz 2022-10-26 22:15:47 +03:00
parent e6be3bb378
commit cd96edba8b
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -32,7 +32,7 @@ protected:
private:
std::string m_text;
ButtonType m_button_type;
double m_padding { 10 };
double m_padding { 8 };
};
}