1
0
Fork 0

GUI: icon for undo instruction

This commit is contained in:
mrexodia 2016-07-09 10:08:40 +02:00
parent 912aef4102
commit 3cb1fd6b09
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
3 changed files with 5 additions and 0 deletions

View File

@ -908,6 +908,10 @@
</property>
</action>
<action name="actionInstrUndo">
<property name="icon">
<iconset resource="../../resource.qrc">
<normaloff>:/icons/images/undo.png</normaloff>:/icons/images/undo.png</iconset>
</property>
<property name="text">
<string>Undo last instruction</string>
</property>

BIN
src/gui/images/undo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

View File

@ -246,5 +246,6 @@
<file>images/memmap_memory_breakpoint.png</file>
<file>images/memmap_set_page_memory_rights.png</file>
<file>images/runtouser.png</file>
<file>images/undo.png</file>
</qresource>
</RCC>