mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-14 19:04:23 +02:00
Some more options dialog polishing on OS X
This commit is contained in:
@ -781,6 +781,9 @@ OptionsDialog::OptionsDialog(Options &options, Units units, QWidget *parent)
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
layout->addLayout(contentLayout);
|
||||
layout->addWidget(buttonBox);
|
||||
#ifdef Q_OS_MAC
|
||||
layout->setSizeConstraint(QLayout::SetFixedSize);
|
||||
#endif // Q_OS_MAC
|
||||
setLayout(layout);
|
||||
|
||||
setWindowTitle(tr("Options"));
|
||||
|
Reference in New Issue
Block a user