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

Improved layout on OS X

This commit is contained in:
Martin Tůma 2019-11-13 20:03:19 +01:00
parent dcc3c0086a
commit cdf3a48516

View File

@ -381,6 +381,9 @@ QWidget *OptionsDialog::createDataPage()
SLOT(automaticPauseDetectionSet(bool))); SLOT(automaticPauseDetectionSet(bool)));
QHBoxLayout *pauseTypeLayout = new QHBoxLayout(); QHBoxLayout *pauseTypeLayout = new QHBoxLayout();
#ifdef Q_OS_MAC
pauseTypeLayout->addStretch();
#endif
pauseTypeLayout->addWidget(_automaticPause); pauseTypeLayout->addWidget(_automaticPause);
pauseTypeLayout->addWidget(_manualPause); pauseTypeLayout->addWidget(_manualPause);
pauseTypeLayout->addStretch(); pauseTypeLayout->addStretch();