Mercurial > trustbridge
diff ui/mainwindow.cpp @ 1202:407f2c1286ae
(issue121) better Icon for the pending changes.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 23 Sep 2014 13:05:03 +0200 |
parents | 9bdce8d6fd43 |
children | 3815a0d2017b |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Tue Sep 23 10:38:11 2014 +0200 +++ b/ui/mainwindow.cpp Tue Sep 23 13:05:03 2014 +0200 @@ -1001,7 +1001,7 @@ TextOverlayButton *updatesButton = new TextOverlayButton; updatesButton->setToolButtonStyle(Qt::ToolButtonTextUnderIcon); updatesButton->setBackgroundIcon(":/img/red-circle.png"); - updatesButton->setIcon(QIcon(":/img/view-refresh.png")); + updatesButton->setIcon(QIcon(":/img/pending-changes-overview-48.png")); updatesButton->setIconSize(QSize(48, 48)); updatesButton->setText(tr("Pending\nchanges")); updatesButton->setFixedWidth(120);