# HG changeset patch # User Bernhard Reiter # Date 1411470303 -7200 # Node ID 407f2c1286ae0162caf9688eec3d685a14fefa64 # Parent 9bdce8d6fd4398e758a8b912c809b0651b48acad (issue121) better Icon for the pending changes. diff -r 9bdce8d6fd43 -r 407f2c1286ae ui/icons.qrc --- a/ui/icons.qrc Tue Sep 23 10:38:11 2014 +0200 +++ b/ui/icons.qrc Tue Sep 23 13:05:03 2014 +0200 @@ -9,7 +9,7 @@ img/document-open.png img/document-new.png img/document-close.png - img/view-refresh.png + img/pending-changes-overview-48.png img/view-refresh_16px.png img/document-encrypt.png img/dialog-warning.png diff -r 9bdce8d6fd43 -r 407f2c1286ae ui/img/README.txt --- a/ui/img/README.txt Tue Sep 23 10:38:11 2014 +0200 +++ b/ui/img/README.txt Tue Sep 23 13:05:03 2014 +0200 @@ -56,3 +56,6 @@ cert-is-installed-bad.svg -> Inkscape: tools -> rgb "tonne" +== pending-changes-overview +renamed from 48x48/places/bookmarks.png + diff -r 9bdce8d6fd43 -r 407f2c1286ae ui/img/pending-changes-overview-48.png Binary file ui/img/pending-changes-overview-48.png has changed diff -r 9bdce8d6fd43 -r 407f2c1286ae ui/img/view-refresh.png Binary file ui/img/view-refresh.png has changed diff -r 9bdce8d6fd43 -r 407f2c1286ae ui/mainwindow.cpp --- 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);