mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: alignment of tabpanel text
Change-Id: I3c653a2100ee0d1911fad727a059c82b5866456f
This commit is contained in:
@@ -71,6 +71,11 @@ void TabButton::SetPaddingSize(const wxSize &size)
|
||||
messureSize();
|
||||
}
|
||||
|
||||
const wxSize& TabButton::GetPaddingSize()
|
||||
{
|
||||
return paddingSize;
|
||||
}
|
||||
|
||||
void TabButton::SetTextColor(StateColor const &color)
|
||||
{
|
||||
text_color = color;
|
||||
|
||||
Reference in New Issue
Block a user