fix(UI issue): Lock screen page time and image display not alignment.

Description: Lock screen page time and image display not alignment.

Log: 锁屏页面时间与头像显示未对齐
Bug: bug#136797 【虚拟机】【virtualbox】【锁屏】锁屏后锁屏页面时间与头像显示未对齐,登录页面正常
This commit is contained in:
liudun 2023-04-04 16:12:54 +08:00
parent b799272000
commit 508365d948
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);