mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
FIX: [STUDIO-1400] The scaling problem of the device status interface
Jira: STUDIO-1400 Change-Id: I37b736c25367aa9db3a1258482a0e3db53a8da97
This commit is contained in:
@@ -92,6 +92,18 @@ bool SideToolsPanel::is_in_interval()
|
||||
|
||||
void SideToolsPanel::msw_rescale()
|
||||
{
|
||||
m_printing_img.msw_rescale();
|
||||
m_arrow_img.msw_rescale();
|
||||
|
||||
m_none_printing_img.msw_rescale();
|
||||
m_none_arrow_img.msw_rescale();
|
||||
m_none_add_img.msw_rescale();
|
||||
|
||||
m_wifi_none_img.msw_rescale();
|
||||
m_wifi_weak_img.msw_rescale();
|
||||
m_wifi_middle_img.msw_rescale();
|
||||
m_wifi_strong_img.msw_rescale();
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user