I9PUXB【需求28549】【次要】【主题制作工坊】【图标主题】字体最大化后点击批量添加按钮,弹窗显示不全

This commit is contained in:
like 2024-06-04 11:04:17 +08:00
parent 4e503845d0
commit 1cf0e7e4cd
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ BatchImportDialog::BatchImportDialog(QWidget *parent) :
kdk::KDialog(parent)
{
this->setWindowModality(Qt::ApplicationModal);
this->setFixedSize(QSize(424,170));
this->setFixedHeight(170);
this->setFocus();
QWidget*mainwindow = mainWidget();
@ -42,7 +42,7 @@ BatchImportDialog::BatchImportDialog(QWidget *parent) :
tip1->setText(tr("Before importing the ICONS in batches, ensure that all ICONS are named according to the specifications."));
QPushButton *specificationBtn = new QPushButton(this);
specificationBtn->setFixedSize(120,36);
// specificationBtn->setFixedSize(120,36);
specificationBtn->setText(tr("View icon specification"));
connect(specificationBtn,&QPushButton::clicked,this,[=](){
QUrl Url("https://gitee.com/openkylin/kylin-theme-builder/blob/openkylin/nile/README.md");