mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
ENH:replace reset icon to unlock
Change-Id: Id46e9aad3b31c67d48651478525cc4a5dc512382
This commit is contained in:
parent
2dba113512
commit
1ce994fda3
6 changed files with 15 additions and 18 deletions
|
@ -66,8 +66,8 @@ ObjectTableSettings::ObjectTableSettings(wxWindow* parent, ObjectGridTable* tabl
|
|||
m_settings_list_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_og->sizer->Add(m_settings_list_sizer, 1, wxEXPAND | wxLEFT, 5);
|
||||
|
||||
m_bmp_reset = ScalableBitmap(parent, "undo");
|
||||
m_bmp_reset_focus = ScalableBitmap(parent, "undo");
|
||||
m_bmp_reset = ScalableBitmap(parent, "lock_normal");
|
||||
m_bmp_reset_focus = ScalableBitmap(parent, "lock_normal");
|
||||
//TODO, adjust later
|
||||
m_bmp_reset_disable = ScalableBitmap(parent, "dot");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue