new size for ComicVineDialog

This commit is contained in:
Luis Ángel San Martín
2013-10-16 22:45:28 +02:00
parent a6b7df4d90
commit 8678e5368d
2 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,7 @@ void ComicVineDialog::doLayout()
mainLayout->setContentsMargins(26,16,26,11);
setLayout(mainLayout);
setFixedSize(672,529);
setFixedSize(872,529);
}
void ComicVineDialog::doStackedWidgets()