FIX: [STUDIO-1400] The scaling problem of the device status interface

Jira: STUDIO-1400

Change-Id: I37b736c25367aa9db3a1258482a0e3db53a8da97
This commit is contained in:
maosheng.wei
2023-07-17 15:32:37 +08:00
committed by Lane.Wei
parent 3013d89b6b
commit 4ebbb7db42
4 changed files with 25 additions and 6 deletions

View File

@@ -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();
}