Skip to content

Commit

Permalink
Change corner icon to go-home, looks more x-platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rotter committed Jul 13, 2017
1 parent faf7cde commit 2de04d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tabwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void TabWidget::setupMainMenuButton() {
m_btnMainMenu->setAutoRaise(true);
m_btnMainMenu->setPadding(3);
m_btnMainMenu->setToolTip(tr("Displays main menu."));
m_btnMainMenu->setIcon(qApp->icons()->fromTheme(QSL("start-here")));
m_btnMainMenu->setIcon(qApp->icons()->fromTheme(QSL("go-home")));
m_btnMainMenu->setPopupMode(QToolButton::InstantPopup);

connect(m_btnMainMenu, &PlainToolButton::clicked, this, &TabWidget::openMainMenu);
Expand Down

0 comments on commit 2de04d2

Please sign in to comment.