WindowsIconEngine: Use the correct icon for document-properties

Currently the icon used by document-properties is a gear icon, on
Windows, the actual icon used by explorer's context menu for the
properties menu option is the wrench icon. This patch change the icon to
the wrench icon.

Fixes: QTBUG-124085
Pick-to: 6.7
Change-Id: Ife49ad64d23b73b7676bc39330887e2cb320dcf9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Gary Wang 2024-04-04 16:58:42 +08:00 committed by Volker Hilsheimer
parent 25c96d547b
commit 5a775fc5f7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ QString QWindowsIconEngine::glyphs() const
{"document-page-setup"_L1, u"\ue7c3"},
{"document-print"_L1, u"\ue749"},
{"document-print-preview"_L1, u"\ue956"},
{"document-properties"_L1, u"\ue713"},
{"document-properties"_L1, u"\ue90f"},
{"document-revert"_L1, u"\ue7a7"}, // ?
{"document-save"_L1, u"\ue74e"}, // or e78c?
{"document-save-as"_L1, u"\ue792"},