mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
MainWindow: Replace icon for the SQL log window
Replace the icon used in the action for toggling the SQL log dock/window. You might need to delete your makefiles before building this.
This commit is contained in:
@@ -90,7 +90,7 @@ void MainWindow::init()
|
||||
// Set state of checkable menu actions
|
||||
ui->viewMenu->insertAction(ui->viewDBToolbarAction, ui->dockLog->toggleViewAction());
|
||||
ui->viewMenu->actions().at(0)->setShortcut(QKeySequence(tr("Ctrl+L")));
|
||||
ui->viewMenu->actions().at(0)->setIcon(QIcon(":/oldimages/log"));
|
||||
ui->viewMenu->actions().at(0)->setIcon(QIcon(":/icons/log_dock"));
|
||||
ui->viewDBToolbarAction->setChecked(!ui->toolbarDB->isHidden());
|
||||
|
||||
// Set statusbar fields
|
||||
|
||||
Reference in New Issue
Block a user