[Gui] Add an icon for Std_RecentMacros command (#8793)

* [Gui] Add Std_RecentMacros.svg icon
* [Gui] Add Std_RecentMacros icon
* [Gui] Add icon to Std_RecentMacros command
This commit is contained in:
Syres916
2023-03-09 13:55:30 +00:00
committed by GitHub
parent b7b8113824
commit 5abe450b0c
3 changed files with 802 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ StdCmdRecentMacros::StdCmdRecentMacros()
sToolTipText = QT_TR_NOOP("Recent macro list");
sWhatsThis = "Std_RecentMacros";
sStatusTip = QT_TR_NOOP("Recent macro list");
sPixmap = "Std_RecentMacros";
eType = NoTransaction;
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -167,6 +167,7 @@
<file>Std_PrintPdf.svg</file>
<file>Std_RandomColor.svg</file>
<file>Std_RecentFiles.svg</file>
<file>Std_RecentMacros.svg</file>
<file>Std_Revert.svg</file>
<file>Std_SaveAll.svg</file>
<file>Std_SaveCopy.svg</file>