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:
parent
9fd8b84c3b
commit
151ae03b53
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user