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:
parent
dcc3c0086a
commit
cdf3a48516
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user