mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Added reset buttons description
This commit is contained in:
parent
88dadcec78
commit
1e1bf03f61
9 changed files with 74 additions and 33 deletions
|
@ -22,7 +22,7 @@ namespace Slic3r { namespace GUI {
|
|||
auto color = wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW);
|
||||
auto sz = 16;
|
||||
#ifdef __WXGTK__
|
||||
sz = 28
|
||||
sz = 28;
|
||||
#endif // __WXGTK__
|
||||
m_Undo_btn = new wxButton(m_parent, wxID_ANY, "", wxDefaultPosition, wxSize(sz,sz), wxNO_BORDER);
|
||||
m_Undo_to_sys_btn = new wxButton(m_parent, wxID_ANY, "", wxDefaultPosition, wxSize(sz,sz), wxNO_BORDER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue