reset view icon added

master
shaina7837 2014-12-26 00:56:31 +05:30
parent 295f257bf8
commit 1ba2216108
3 changed files with 10 additions and 4 deletions

BIN
images/Command-Reset-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -63,5 +63,6 @@
<file>images/Decrease-Indent-32.png</file>
<file>images/Command-Undo-32.png</file>
<file>images/Command-Redo-32.png</file>
<file>images/Command-Reset-32.png</file>
</qresource>
</RCC>

View File

@ -342,14 +342,15 @@
<addaction name="fileActionOpen"/>
<addaction name="fileActionSave"/>
<addaction name="separator"/>
<addaction name="editActionUndo"/>
<addaction name="editActionRedo"/>
<addaction name="editActionIndent"/>
<addaction name="editActionUnindent"/>
<addaction name="designActionPreview"/>
<addaction name="designActionRender"/>
<addaction name="separator"/>
<addaction name="designActionExportSTL"/>
<addaction name="editActionIndent"/>
<addaction name="editActionUnindent"/>
<addaction name="editActionUndo"/>
<addaction name="editActionRedo"/>
<addaction name="viewActionResetView"/>
</widget>
</item>
<item>
@ -1080,6 +1081,10 @@
</property>
</action>
<action name="viewActionResetView">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/Command-Reset-32.png</normaloff>:/images/Command-Reset-32.png</iconset>
</property>
<property name="text">
<string>Reset View</string>
</property>