!19 低分辨率头像和密码框不居中

Merge pull request !19 from liudunfa/openkylin/yangtze
This commit is contained in:
杨敏 2023-04-11 09:04:09 +00:00 committed by Gitee
commit 104c0fcc64
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -366,8 +366,8 @@ void AuthDialog::resizeEvent(QResizeEvent *)
void AuthDialog::setChildrenGeometry()
{
if(scale < 0.5)
setFixedWidth(500);
// if(scale < 0.5)
// setFixedWidth(500);
// 用户信息显示位置
m_userWidget->setGeometry(0, 0,
width(), 376*scale);