Oxygen-based theme: updated zoom-related icons.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1510 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier 2012-02-16 19:09:30 +00:00
parent 22f4a7cecf
commit b6ae248036
12 changed files with 4 additions and 4 deletions

BIN
ico/16x16/zoom-draw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 781 B

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

After

Width:  |  Height:  |  Size: 884 B

BIN
ico/22x22/zoom-draw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -71,7 +71,7 @@
<file>ico/16x16/view-restore.png</file>
<file>ico/16x16/west.png</file>
<file>ico/16x16/window-new.png</file>
<file>ico/16x16/zoom-fit-best.png</file>
<file>ico/16x16/zoom-draw.png</file>
<file>ico/16x16/zoom-in.png</file>
<file>ico/16x16/zoom-original.png</file>
<file>ico/16x16/zoom-out.png</file>
@ -153,7 +153,7 @@
<file>ico/22x22/view-refresh.png</file>
<file>ico/22x22/view-restore.png</file>
<file>ico/22x22/window-new.png</file>
<file>ico/22x22/zoom-fit-best.png</file>
<file>ico/22x22/zoom-draw.png</file>
<file>ico/22x22/zoom-in.png</file>
<file>ico/22x22/zoom-original.png</file>
<file>ico/22x22/zoom-out.png</file>

View File

@ -319,8 +319,8 @@ void QET::Icons::initIcons() {
XmlTextFile .addFile(":/ico/16x16/text-xml.png");
XmlTextFile .addFile(":/ico/22x22/text-xml.png");
XmlTextFile .addFile(":/ico/32x32/text-xml.png");
ZoomFitBest .addFile(":/ico/16x16/zoom-fit-best.png");
ZoomFitBest .addFile(":/ico/22x22/zoom-fit-best.png");
ZoomFitBest .addFile(":/ico/16x16/zoom-draw.png");
ZoomFitBest .addFile(":/ico/22x22/zoom-draw.png");
ZoomIn .addFile(":/ico/16x16/zoom-in.png");
ZoomIn .addFile(":/ico/22x22/zoom-in.png");
ZoomOriginal .addFile(":/ico/16x16/zoom-original.png");