From 1cf0e7e4cd37b071add39ac9bed89542a178f3e9 Mon Sep 17 00:00:00 2001 From: like Date: Tue, 4 Jun 2024 11:04:17 +0800 Subject: [PATCH] =?UTF-8?q?I9PUXB=E3=80=90=E9=9C=80=E6=B1=8228549=E3=80=91?= =?UTF-8?q?=E3=80=90=E6=AC=A1=E8=A6=81=E3=80=91=E3=80=90=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=B6=E4=BD=9C=E5=B7=A5=E5=9D=8A=E3=80=91=E3=80=90=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E4=B8=BB=E9=A2=98=E3=80=91=E5=AD=97=E4=BD=93=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=8C=96=E5=90=8E=E7=82=B9=E5=87=BB=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE=EF=BC=8C=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module/batchimportdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/module/batchimportdialog.cpp b/src/module/batchimportdialog.cpp index f5e2967..dc99924 100644 --- a/src/module/batchimportdialog.cpp +++ b/src/module/batchimportdialog.cpp @@ -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");