This commit is contained in:
Doug Brown 2012-08-25 19:26:45 -07:00
commit c487751568
1 changed files with 1 additions and 1 deletions

View File

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