mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
Fixed the default dimensions & enabled min and max feature
This commit is contained in:
parent
15b672565e
commit
34ca2bdb71
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue