Fixed the default dimensions & enabled min and max feature

This commit is contained in:
defnax 2020-10-15 20:26:05 +02:00
parent 15b672565e
commit 34ca2bdb71
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#define COLUMN_FILE_TIME 3
BannedFilesDialog::BannedFilesDialog(QWidget *parent)
: QDialog(parent)
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint | Qt::WindowCloseButtonHint)
{
ui.setupUi(this);

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>923</width>
<height>810</height>
<height>489</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">