Merge branch 'dbus-interface-fork' into 'dbus-interface'

修改代码拼写错误

See merge request kylin-desktop/kylin-nm!659
This commit is contained in:
赵世旭 2022-07-11 06:27:17 +00:00
commit f21fc134b2
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();
}