From dfb2420ad7fe222a04fb9be3741593b7ab0b213a Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sat, 26 May 2012 20:28:23 -0700 Subject: [PATCH] The about box needed to be bigger on Linux as well... --- aboutbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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