mirror of
https://github.com/steve-chamberlin/mac-rom-simm-programmer.software.git
synced 2024-12-21 17:29:19 +00:00
The about box needed to be bigger on Linux as well...
This commit is contained in:
parent
7a2bfdf2fc
commit
dfb2420ad7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user