Icon application-exit.

--HG--
branch : develop
This commit is contained in:
dismine 2014-07-23 14:36:57 +03:00
parent 3e96256b79
commit fdc8031880
5 changed files with 21 additions and 6 deletions

View file

@ -47,7 +47,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>144</width>
<width>150</width>
<height>150</height>
</rect>
</property>
@ -302,7 +302,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>58</height>
</rect>
</property>
@ -378,7 +378,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>104</height>
</rect>
</property>
@ -579,7 +579,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>58</height>
</rect>
</property>
@ -1002,11 +1002,19 @@
</property>
</action>
<action name="actionAbout_Valentina">
<property name="icon">
<iconset theme="help-about"/>
</property>
<property name="text">
<string>&amp;About Valentina</string>
</property>
</action>
<action name="actionExit">
<property name="icon">
<iconset theme="application-exit">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>E&amp;xit</string>
</property>
@ -1069,7 +1077,9 @@
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="zoom-original"/>
<iconset theme="zoom-original">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>ZoomOriginal</string>
@ -1080,7 +1090,9 @@
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="zoom-fit-best"/>
<iconset theme="zoom-fit-best">
<normaloff/>
</iconset>
</property>
<property name="text">
<string>ZoomFitBest</string>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View file

@ -49,5 +49,8 @@
<file alias="24x24/actions/zoom-original.png">icons/win.icon.theme/24x24/actions/zoom-original.png</file>
<file alias="32x32/actions/zoom-fit-best.png">icons/win.icon.theme/32x32/actions/zoom-fit-best.png</file>
<file alias="32x32/actions/zoom-original.png">icons/win.icon.theme/32x32/actions/zoom-original.png</file>
<file alias="16x16/actions/application-exit.png">icons/win.icon.theme/16x16/actions/application-exit.png</file>
<file alias="24x24/actions/application-exit.png">icons/win.icon.theme/24x24/actions/application-exit.png</file>
<file alias="32x32/actions/application-exit.png">icons/win.icon.theme/32x32/actions/application-exit.png</file>
</qresource>
</RCC>