fix: Fix the incomplete display of text when font 20 is scaled to 1.25

修复字体20缩放1.25时的文本显示不全

Log: 调整高度解决文本内容裁切问题
Influence: 电脑协同显示区域
Resolve: https://github.com/linuxdeepin/developer-center/issues/4382
This commit is contained in:
李成刚 2023-06-20 16:08:26 +08:00 committed by deepin-bot[bot]
parent 70683c4800
commit 7a7b7d9235

View File

@ -15,7 +15,7 @@
#include <QVBoxLayout>
#include <QStandardItemModel>
#define TITLE_HEIGHT 16
#define TITLE_HEIGHT 30
#define ITEM_WIDTH 310
#define ITEM_HEIGHT 36
#define LISTVIEW_ITEM_SPACE 5