Icon fixes and improvements (#6204)
* Fix blurry AMS icon on sidebar * Fix search icon anti aliasing problem * home page thumbnail / new / open / delete / explore icons * Homepage > finetune color of thumbnail image * Custom filaments > Edit button * Update homepage thumbnail image * BBL printers > Device / Calibration tab > Printer icon blurry * Update homepage open project icon * Homepage > User rectangular Orca logo for UI consistency * Add new icons for parameters * Update bed plate Move to Front icon * Update project page icons * revert changes on homepage context menu * Add dependencies icon * fix document icons on project page --------- Co-authored-by: SoftFever <softfeverever@gmail.com> Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
This commit is contained in:
@@ -999,7 +999,7 @@ Sidebar::Sidebar(Plater *parent)
|
||||
}
|
||||
|
||||
ams_btn = new ScalableButton(p->m_panel_filament_title, wxID_ANY, "ams_fila_sync", wxEmptyString, wxDefaultSize, wxDefaultPosition,
|
||||
wxBU_EXACTFIT | wxNO_BORDER, false, 18);
|
||||
wxBU_EXACTFIT | wxNO_BORDER, false, 16); // ORCA match icon size with other icons as 16x16
|
||||
ams_btn->SetToolTip(_L("Synchronize filament list from AMS"));
|
||||
ams_btn->Bind(wxEVT_BUTTON, [this, scrolled_sizer](wxCommandEvent &e) {
|
||||
sync_ams_list();
|
||||
|
||||
Reference in New Issue
Block a user