From 508365d9489473c67fa014b5001ce48d33713157 Mon Sep 17 00:00:00 2001 From: liudun Date: Tue, 4 Apr 2023 16:12:54 +0800 Subject: [PATCH] fix(UI issue): Lock screen page time and image display not alignment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: Lock screen page time and image display not alignment. Log: 锁屏页面时间与头像显示未对齐 Bug: bug#136797 【虚拟机】【virtualbox】【锁屏】锁屏后锁屏页面时间与头像显示未对齐,登录页面正常 --- src/authdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/authdialog.cpp b/src/authdialog.cpp index 07f9e26..fae337d 100644 --- a/src/authdialog.cpp +++ b/src/authdialog.cpp @@ -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);