mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 11:37:42 +00:00
FIX: alignment of tabpanel text
Change-Id: I3c653a2100ee0d1911fad727a059c82b5866456f
This commit is contained in:
@@ -29,6 +29,8 @@ public:
|
||||
bool SetPageImage(size_t n, const std::string& bmp_name);
|
||||
void SetPageText(size_t n, const wxString& strText);
|
||||
wxString GetPageText(size_t n) const;
|
||||
const wxSize& GetPaddingSize(size_t n);
|
||||
void SetPaddingSize(const wxSize& size);
|
||||
|
||||
private:
|
||||
wxWindow* m_parent;
|
||||
|
||||
Reference in New Issue
Block a user