Git: Improve branch view reload icon

Change-Id: Iaef65946130ab35f4c9b25deabc5b8829975c8cf
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Andre Hartmann
2018-09-15 09:12:41 +02:00
committed by André Hartmann
parent 417f020466
commit 673d22b8e3

View File

@@ -71,7 +71,7 @@ BranchView::BranchView() :
m_addButton->setProperty("noArrow", true);
connect(m_addButton, &QToolButton::clicked, this, &BranchView::add);
m_refreshButton->setIcon(Utils::Icons::RESET_TOOLBAR.icon());
m_refreshButton->setIcon(Utils::Icons::RELOAD.icon());
m_refreshButton->setToolTip(tr("Refresh"));
m_refreshButton->setProperty("noArrow", true);
connect(m_refreshButton, &QToolButton::clicked, this, &BranchView::refreshCurrentRepository);