I9PGBU【需求28549】【主要】【主题制作工坊】【全局主题】全局主题效果图添加大于5M小于10M的图片,提示“文件大小不能超过5MB”

This commit is contained in:
like 2024-05-16 19:40:08 +08:00
parent faaf7e1f21
commit aaf5fbcbde
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ void GlobalThemeWidget::initCoverWidget()
connect(a,&addPicWidget::dropRealPic,m_coverbtn, &EditButton::droprealcover);
QLabel *tip = new QLabel(cover);
tip->setText("<html>*尺寸为 3840 X 2160 的 PNG 图片,<br>*大小不超过 10 MB</html>");
tip->setText("<html>*尺寸为 1640 X 1080 的 PNG 图片,<br>*大小不超过 5 MB</html>");
layout->addStretch(1);
layout->addWidget(title);
layout->addWidget(tip);