mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
removed setFixedSize in oracle
This commit is contained in:
parent
4895f2b4fd
commit
848b52b287
2 changed files with 3 additions and 398 deletions
|
|
@ -73,9 +73,9 @@ WindowMain::WindowMain(QWidget *parent)
|
|||
grid->addWidget(messageLog, 3, 0, 1, 2);
|
||||
|
||||
QHBoxLayout *mainLayout = new QHBoxLayout;
|
||||
mainLayout->addLayout(settingsLayout);
|
||||
mainLayout->addLayout(settingsLayout, 6);
|
||||
mainLayout->addSpacing(10);
|
||||
mainLayout->addLayout(grid);
|
||||
mainLayout->addLayout(grid, 10);
|
||||
|
||||
QWidget *centralWidget = new QWidget;
|
||||
centralWidget->setLayout(mainLayout);
|
||||
|
|
@ -98,7 +98,7 @@ WindowMain::WindowMain(QWidget *parent)
|
|||
fileMenu->addAction(aExit);
|
||||
|
||||
setWindowTitle(tr("Oracle importer"));
|
||||
setFixedSize(600, 500);
|
||||
setMinimumSize(750, 500);
|
||||
|
||||
QStringList args = qApp->arguments();
|
||||
if (args.contains("-dlsets"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue