Merge branch 'dbus-interface-fork' into 'dbus-interface'
修改代码拼写错误 See merge request kylin-desktop/kylin-nm!659
This commit is contained in:
commit
f21fc134b2
|
@ -226,7 +226,7 @@ void MobileHotspotWidget::initUI()
|
||||||
hotspotLyt->addWidget(m_interfaceFrame);
|
hotspotLyt->addWidget(m_interfaceFrame);
|
||||||
hotspotLyt->setSpacing(0);
|
hotspotLyt->setSpacing(0);
|
||||||
|
|
||||||
resetFreamSize();
|
resetFrameSize();
|
||||||
|
|
||||||
m_Vlayout->addWidget(m_hotspotTitleLabel);
|
m_Vlayout->addWidget(m_hotspotTitleLabel);
|
||||||
m_Vlayout->addSpacing(8);
|
m_Vlayout->addSpacing(8);
|
||||||
|
@ -285,7 +285,7 @@ void MobileHotspotWidget::onPwdTextChanged()
|
||||||
m_passwordFrame->setFixedHeight(PASSWORD_FRAME_MIN_HIGHT);
|
m_passwordFrame->setFixedHeight(PASSWORD_FRAME_MIN_HIGHT);
|
||||||
m_pwdHintLabel->hide();
|
m_pwdHintLabel->hide();
|
||||||
}
|
}
|
||||||
resetFreamSize();
|
resetFrameSize();
|
||||||
this->update();
|
this->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue