diff options
author | TokieSan <eltokhy@aucegypt.edu> | 2023-07-22 23:07:48 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-07-24 19:53:59 +0200 |
commit | eef190228ac5d3334e26204adb11e5f4c6f373c4 (patch) | |
tree | 41e390681c3287e4b1330e1618e29abf50b70c00 /xmlsecurity/uiconfig | |
parent | dcc8d18be7e25aa46a1bb315c1039af405940047 (diff) |
Added search icon to certificate chooser dialog search box
Change-Id: I8abcee4739a218e9856fbf603792b480efe89dcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154797
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmlsecurity/uiconfig')
-rw-r--r-- | xmlsecurity/uiconfig/ui/selectcertificatedialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui index 08a4c6d7366e..b9214ba842c8 100644 --- a/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui +++ b/xmlsecurity/uiconfig/ui/selectcertificatedialog.ui @@ -250,6 +250,7 @@ <property name="can-focus">True</property> <property name="activates-default">True</property> <property name="truncate-multiline">True</property> + <property name="primary-icon-stock">gtk-find</property> <child internal-child="accessible"> <object class="AtkObject" id="searchbox-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="selectcertificatedialog|extended_tip|searchbox">Type certificate for searching.</property> |