The about box needed to be bigger on Linux as well...

This commit is contained in:
Doug Brown 2012-05-26 20:28:23 -07:00
parent 7a2bfdf2fc
commit dfb2420ad7
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ AboutBox::AboutBox(QWidget *parent) :
ui(new Ui::AboutBox) ui(new Ui::AboutBox)
{ {
ui->setupUi(this); ui->setupUi(this);
#ifdef Q_OS_MACX #if defined(Q_OS_MACX) || defined(Q_OS_LINUX)
resize(width() + 50, height() + 100); resize(width() + 50, height() + 100);
#endif #endif