[PATCH] (issue121) better Icon for the pending changes
Wald Commits
scm-commit at wald.intevation.org
Tue Sep 23 13:05:05 CEST 2014
# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# 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 @@
<file>img/document-open.png</file>
<file>img/document-new.png</file>
<file>img/document-close.png</file>
- <file>img/view-refresh.png</file>
+ <file>img/pending-changes-overview-48.png</file>
<file>img/view-refresh_16px.png</file>
<file>img/document-encrypt.png</file>
<file>img/dialog-warning.png</file>
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);
More information about the Trustbridge-commits
mailing list