mirror of
https://github.com/YACReader/yacreader
synced 2025-12-09 02:33:11 -05: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