diff --git a/aboutbox.cpp b/aboutbox.cpp index c3f2fdb..63abef5 100644 --- a/aboutbox.cpp +++ b/aboutbox.cpp @@ -37,6 +37,9 @@ AboutBox::AboutBox(QWidget *parent) : ui(new Ui::AboutBox) { ui->setupUi(this); +#ifdef Q_OS_MACX + resize(width() + 50, height() + 100); +#endif ui->versionLabel->setText("Version " VERSION_STRING); }