mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed broken options layout on OS X
This commit is contained in:
parent
9fd8b84c3b
commit
151ae03b53
@ -132,8 +132,8 @@ QWidget *OptionsDialog::createAppearancePage()
|
||||
QVBoxLayout *pointTabLayout = new QVBoxLayout();
|
||||
#ifdef Q_OS_MAC
|
||||
pointTabLayout->addLayout(waypointLayout);
|
||||
pathTabLayout->addWidget(line());
|
||||
pathTabLayout->addLayout(poiLayout);
|
||||
pointTabLayout->addWidget(line());
|
||||
pointTabLayout->addLayout(poiLayout);
|
||||
#else // Q_OS_MAC
|
||||
pointTabLayout->addWidget(waypointBox);
|
||||
pointTabLayout->addWidget(poiBox);
|
||||
|
Loading…
Reference in New Issue
Block a user