mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format
This commit is contained in:
@ -44,8 +44,8 @@ OptionsDialog::OptionsDialog(QWidget *parent)
|
||||
sw->hide();
|
||||
#endif
|
||||
// Tray icon settings
|
||||
QGroupBox * trayIconBox = new QGroupBox(tr("Tray icon settings"));
|
||||
QVBoxLayout * trayLayout = new QVBoxLayout();
|
||||
QGroupBox *trayIconBox = new QGroupBox(tr("Tray icon settings"));
|
||||
QVBoxLayout *trayLayout = new QVBoxLayout();
|
||||
|
||||
auto apiKeyLayout = new QVBoxLayout();
|
||||
auto apiKeyButton = new QPushButton(tr("Edit Comic Vine API key"));
|
||||
|
Reference in New Issue
Block a user