修改代码拼写错误

This commit is contained in:
chenxuechao 2022-07-11 13:59:56 +08:00
parent aaea24da26
commit bd7fc8fd2c
1 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ void MobileHotspotWidget::initUI()
hotspotLyt->addWidget(m_interfaceFrame);
hotspotLyt->setSpacing(0);
resetFreamSize();
resetFrameSize();
m_Vlayout->addWidget(m_hotspotTitleLabel);
m_Vlayout->addSpacing(8);
@ -285,7 +285,7 @@ void MobileHotspotWidget::onPwdTextChanged()
m_passwordFrame->setFixedHeight(PASSWORD_FRAME_MIN_HIGHT);
m_pwdHintLabel->hide();
}
resetFreamSize();
resetFrameSize();
this->update();
}