mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Show the general tab first in the options dialog (YACReaderLibrary)
This commit is contained in:
parent
6e9e1e9d60
commit
f8d89f7c14
@ -141,11 +141,11 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
||||
generalLayout->addWidget(apiKeyBox);
|
||||
generalLayout->addStretch();
|
||||
|
||||
tabWidget->addTab(generalW, tr("General"));
|
||||
tabWidget->addTab(comicFlowW, tr("Comic Flow"));
|
||||
#ifndef NO_OPENGL
|
||||
tabWidget->addTab(gridViewW, tr("Grid view"));
|
||||
#endif
|
||||
tabWidget->addTab(generalW, tr("General"));
|
||||
|
||||
layout->addWidget(tabWidget);
|
||||
layout->addLayout(buttons);
|
||||
|
Loading…
Reference in New Issue
Block a user