mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 13:41:16 +01:00
Merge branch 'master' of https://github.com/tumic0/GPXSee
This commit is contained in:
commit
a7506cfd82
@ -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