diff options
-rw-r--r-- | moviepropertiesdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moviepropertiesdialog.cpp b/moviepropertiesdialog.cpp index 0361681..9f724f8 100644 --- a/moviepropertiesdialog.cpp +++ b/moviepropertiesdialog.cpp @@ -23,6 +23,7 @@ MoviePropertiesDialog::MoviePropertiesDialog(QWidget *parent) : QDialog(parent){ mGenreDlg = new SmInputDialog(tr("Genre"), this); setWindowTitle(tr("Edit series...")); setupDialog(); + setMinimumSize(QSize(1024,800)); } void MoviePropertiesDialog::setupDialog(){ |