Skip to content

Commit

Permalink
Fix: Broken icon file reference for peak icon
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter authored Feb 29, 2024
1 parent b08ccd2 commit 4569ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/peak_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PeakDialog::PeakDialog(QWidget& parent, QMainWindow& mainWindow, Database& db, D
{volcanoCheckbox, { &db.peaksTable.volcanoColumn }}
});

setWindowIcon(QIcon(":/icons/ico/peak_multisize_square.ico"));
setWindowIcon(QIcon(":/icons/ico/logo_peak_multisize_square.ico"));

restoreDialogGeometry(*this, mainWindow, Settings::peakDialog_geometry);
setFixedHeight(minimumSizeHint().height());
Expand Down

0 comments on commit 4569ba3

Please sign in to comment.