mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
ENH:replace reset icon to unlock
Change-Id: Id46e9aad3b31c67d48651478525cc4a5dc512382
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user