feat: Update pacs search dialog heigh and width.

This commit is contained in:
sunwen
2025-07-22 11:27:45 +08:00
parent bcb8de543f
commit b0fc84756f

View File

@@ -91,8 +91,8 @@ void ImportWidget::initUi()
{ {
//this->setWindowFlags(Qt::FramelessWindowHint); //this->setWindowFlags(Qt::FramelessWindowHint);
this->setWindowTitle(tr("PACS Configuration")); this->setWindowTitle(tr("PACS Configuration"));
this->resize(780, 470); this->resize(880, 500);
this->setMinimumSize(QSize(780, 470)); this->setMinimumSize(QSize(880, 500));
m_pMainLayout = new QVBoxLayout(this); m_pMainLayout = new QVBoxLayout(this);
m_pMainLayout->setContentsMargins(10, 0, 10, 30); m_pMainLayout->setContentsMargins(10, 0, 10, 30);