feat: Update pacs search dialog heigh and width.
This commit is contained in:
@@ -91,8 +91,8 @@ void ImportWidget::initUi()
|
||||
{
|
||||
//this->setWindowFlags(Qt::FramelessWindowHint);
|
||||
this->setWindowTitle(tr("PACS Configuration"));
|
||||
this->resize(780, 470);
|
||||
this->setMinimumSize(QSize(780, 470));
|
||||
this->resize(880, 500);
|
||||
this->setMinimumSize(QSize(880, 500));
|
||||
|
||||
m_pMainLayout = new QVBoxLayout(this);
|
||||
m_pMainLayout->setContentsMargins(10, 0, 10, 30);
|
||||
|
||||
Reference in New Issue
Block a user