1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 19:55:53 +01:00

Fixed broken options layout on OS X

This commit is contained in:
Martin Tůma 2017-09-10 12:53:51 +02:00
parent 9fd8b84c3b
commit 151ae03b53

View File

@ -132,8 +132,8 @@ QWidget *OptionsDialog::createAppearancePage()
QVBoxLayout *pointTabLayout = new QVBoxLayout(); QVBoxLayout *pointTabLayout = new QVBoxLayout();
#ifdef Q_OS_MAC #ifdef Q_OS_MAC
pointTabLayout->addLayout(waypointLayout); pointTabLayout->addLayout(waypointLayout);
pathTabLayout->addWidget(line()); pointTabLayout->addWidget(line());
pathTabLayout->addLayout(poiLayout); pointTabLayout->addLayout(poiLayout);
#else // Q_OS_MAC #else // Q_OS_MAC
pointTabLayout->addWidget(waypointBox); pointTabLayout->addWidget(waypointBox);
pointTabLayout->addWidget(poiBox); pointTabLayout->addWidget(poiBox);