FIX:Fixed some UI layout issues for monitor page

Change-Id: I91fc50b63ff79ef7e9b7df600325a619c6764a09
This commit is contained in:
tao wang 2023-01-12 10:30:57 +08:00 committed by Lane.Wei
parent d25f7535a9
commit 86490d4cef
4 changed files with 7 additions and 6 deletions

View file

@ -1100,6 +1100,7 @@ void StatusBasePanel::show_ams_group(bool show, bool support_virtual_tray)
m_ams_control->Show(true);
m_ams_control_box->Show(true);
m_ams_control->show_noams_mode(show, support_virtual_tray);
if (m_show_ams_group != show) {
Fit();
}