1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Shorten the translation to fit the screen on Android

This commit is contained in:
2024-09-07 10:07:44 +02:00
parent 037d621f50
commit d5893948ba
2 changed files with 1 additions and 2 deletions

View File

@ -529,7 +529,6 @@ QWidget *OptionsDialog::createDataPage()
sourceTab->setLayout(sourceTabLayout);
#endif // Q_OS_MAC
QHBoxLayout *pauseTypeLayout = new QHBoxLayout();
pauseTypeLayout->addWidget(_automaticPause);
pauseTypeLayout->addWidget(_manualPause);