diff --git a/aboutbox.cpp b/aboutbox.cpp index 63abef5..c6aeec3 100644 --- a/aboutbox.cpp +++ b/aboutbox.cpp @@ -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