mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Change the form layout to fit the page
This commit is contained in:
parent
8d2ab42c1c
commit
e33c74bdd7
@ -529,10 +529,9 @@ QWidget *OptionsDialog::createDataPage()
|
|||||||
sourceTab->setLayout(sourceTabLayout);
|
sourceTab->setLayout(sourceTabLayout);
|
||||||
#endif // Q_OS_MAC
|
#endif // Q_OS_MAC
|
||||||
|
|
||||||
QHBoxLayout *pauseTypeLayout = new QHBoxLayout();
|
QVBoxLayout *pauseTypeLayout = new QVBoxLayout();
|
||||||
pauseTypeLayout->addWidget(_automaticPause);
|
pauseTypeLayout->addWidget(_automaticPause);
|
||||||
pauseTypeLayout->addWidget(_manualPause);
|
pauseTypeLayout->addWidget(_manualPause);
|
||||||
pauseTypeLayout->addStretch();
|
|
||||||
|
|
||||||
QFormLayout *pauseValuesLayout = new QFormLayout();
|
QFormLayout *pauseValuesLayout = new QFormLayout();
|
||||||
pauseValuesLayout->addRow(tr("Detection:"), pauseTypeLayout);
|
pauseValuesLayout->addRow(tr("Detection:"), pauseTypeLayout);
|
||||||
|
Loading…
Reference in New Issue
Block a user