!19 低分辨率头像和密码框不居中
Merge pull request !19 from liudunfa/openkylin/yangtze
This commit is contained in:
commit
104c0fcc64
|
@ -366,8 +366,8 @@ void AuthDialog::resizeEvent(QResizeEvent *)
|
||||||
|
|
||||||
void AuthDialog::setChildrenGeometry()
|
void AuthDialog::setChildrenGeometry()
|
||||||
{
|
{
|
||||||
if(scale < 0.5)
|
// if(scale < 0.5)
|
||||||
setFixedWidth(500);
|
// setFixedWidth(500);
|
||||||
// 用户信息显示位置
|
// 用户信息显示位置
|
||||||
m_userWidget->setGeometry(0, 0,
|
m_userWidget->setGeometry(0, 0,
|
||||||
width(), 376*scale);
|
width(), 376*scale);
|
||||||
|
|
Loading…
Reference in New Issue