slightly reduce button padding
This commit is contained in:
parent
e6be3bb378
commit
cd96edba8b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ protected:
|
|||
private:
|
||||
std::string m_text;
|
||||
ButtonType m_button_type;
|
||||
double m_padding { 10 };
|
||||
double m_padding { 8 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue