mirror of
https://github.com/steve-chamberlin/mac-rom-simm-programmer.software.git
synced 2024-12-22 08:30:44 +00:00
Made about box bigger on Mac because the font appears slightly bigger.
This commit is contained in:
parent
7bf37d25fc
commit
6ceea8c22d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user