Apple: use xmark.circle for the "clear" icon

Looks better as the action in a text input field.

Change-Id: I63fd9b963102919cf69f345723d1c5d83778f1f4
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Karolina Sofia Bang <karolina.bang@qt.io>
(cherry picked from commit d51a47c316dcaf65f9cb82babc9ccfcd5ba62310)
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Volker Hilsheimer 2024-02-22 15:33:46 +01:00
parent 5403bfedc8
commit a558e9172d

View File

@ -41,7 +41,7 @@ auto *loadImage(const QString &iconName)
{"document-save"_L1, @"square.and.arrow.down"},
//{"document-save-as"_L1, @""},
{"document-send"_L1, @"paperplane"},
{"edit-clear"_L1, @"clear"},
{"edit-clear"_L1, @"xmark.circle"},
{"edit-copy"_L1, @"doc.on.doc"},
{"edit-cut"_L1, @"scissors"},
{"edit-delete"_L1, @"delete.left"},