FIX: [6657] AMS humidity display title change
Jira: 6657 Change-Id: I88ed6f438211f741ec918bc35e6c10c3f2e23975 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com> (cherry picked from commit 60149a7322425d73904cc0713eed147e09f15e78)
This commit is contained in:
parent
b9eb1625f9
commit
b6c1adbb5d
1 changed files with 1 additions and 1 deletions
|
@ -907,7 +907,7 @@ AmsHumidityTipPopup::AmsHumidityTipPopup(wxWindow* parent)
|
||||||
|
|
||||||
close_img = ScalableBitmap(this, "hum_popup_close", 24);
|
close_img = ScalableBitmap(this, "hum_popup_close", 24);
|
||||||
|
|
||||||
m_staticText = new Label(this, _L("Current Cabin humidity"));
|
m_staticText = new Label(this, _L("Current AMS humidity"));
|
||||||
m_staticText->SetFont(::Label::Head_24);
|
m_staticText->SetFont(::Label::Head_24);
|
||||||
|
|
||||||
humidity_level_list = new AmsHumidityLevelList(this);
|
humidity_level_list = new AmsHumidityLevelList(this);
|
||||||
|
|
Loading…
Reference in a new issue