解决openkylin 虚拟机低分辨率显示不全问题

This commit is contained in:
liushanwen 2023-06-12 09:53:51 +08:00
parent b479764762
commit b75ef11d33
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kylin-os-installer (0.2.1-0k20ubuntu1) yangtze; urgency=medium
* openKylin 1.0版本,解决低分辨率下用户设置界面显示不全问题
-- liushanwen <liushanwen@kylinos.cn> Mon, 12 Jun 2023 09:51:51 +0800
kylin-os-installer (0.2.1-0k20) yangtze; urgency=medium
* openKylin 1.0版本更新轮番图和描述信息,加入一个新的轮番图

View File

@ -185,7 +185,7 @@ void UserFrame::initUI()
color: #FB9140;\
opacity: 1;");
if (nScreenHeight >= 600) {
if (nScreenHeight > 600) {
hlayout1->setContentsMargins(0,15,0,0);
hlayout1e->setContentsMargins(0,15,0,0);
hlayout2->setContentsMargins(0,15,0,0);