Skip to content

Commit

Permalink
set windows icon using qucs.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm authored Sep 5, 2024
1 parent 3bb0003 commit 6a26ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qucs/qucs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void QucsApp::initView()
// set application icon
// APPLE sets the QApplication icon with Info.plist
#ifndef __APPLE__
//setWindowIcon (QPixmap(QString(":/bitmaps/hicolor/scalable/apps/qucs.svg")));
setWindowIcon (QPixmap(QString(":/bitmaps/hicolor/scalable/apps/qucs.svg")));
#else
// setUnifiedTitleAndToolBarOnMac(true);
setStyleSheet("QToolButton { padding: 0px; }");
Expand Down

0 comments on commit 6a26ae9

Please sign in to comment.