File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -521,13 +521,13 @@ void MainWindow::setColorScheme(Qt::ColorScheme colorScheme) {
521521 ui->showSideBarAction ->setIcon (QIcon (" :/buttons/" + theme + " /side-bar.svg" ));
522522
523523 // tool buttons
524- ui->filterParameterVariablesToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /parameter.svg" ));
525- ui->filterInputVariablesToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /input-variable.svg" ));
526- ui->filterOutputVariablesToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /output-variable.svg" ));
527- ui->filterLocalVariablesToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /local-variable.svg" ));
528- ui->clearPlotsToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /broom.svg" ));
529- ui->showOptionalColumnsToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /columns.svg" ));
530- ui->showListViewToolButton ->setIcon (QIcon (" :/buttons /" + theme + " /list.svg" ));
524+ ui->filterParameterVariablesToolButton ->setIcon (QIcon (" :/tools /" + theme + " /parameter.svg" ));
525+ ui->filterInputVariablesToolButton ->setIcon (QIcon (" :/tools /" + theme + " /input-variable.svg" ));
526+ ui->filterOutputVariablesToolButton ->setIcon (QIcon (" :/tools /" + theme + " /output-variable.svg" ));
527+ ui->filterLocalVariablesToolButton ->setIcon (QIcon (" :/tools /" + theme + " /local-variable.svg" ));
528+ ui->clearPlotsToolButton ->setIcon (QIcon (" :/tools /" + theme + " /broom.svg" ));
529+ ui->showOptionalColumnsToolButton ->setIcon (QIcon (" :/tools /" + theme + " /columns.svg" ));
530+ ui->showListViewToolButton ->setIcon (QIcon (" :/tools /" + theme + " /list.svg" ));
531531
532532 this ->colorScheme = colorScheme;
533533
You can’t perform that action at this time.
0 commit comments