diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-11-28 11:10:58 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-11-28 14:33:18 +0100 |
commit | 5a622f1a29d249a512cc24f99d189f748623c678 (patch) | |
tree | 49adc4e55d0656bd663d23e50c1de7771cc0ab82 /svx/uiconfig/ui/findreplacedialog.ui | |
parent | 7697ef9d8fbbed7afba10c00ff9f5362d0540cdd (diff) |
Related tdf#156227 - Find/quickfind design
Themed icons look bad when drawn white on light blue;
using the same icon as on the infobar makes more sense
Change-Id: I6b4fd2bac7dce41b8196c702e0f0dc87712e2b8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160017
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx/uiconfig/ui/findreplacedialog.ui')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index 57a16e666a2f..e915a647f710 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -290,15 +290,16 @@ <object class="GtkImage" id="searchicon"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="valign">center</property> <property name="margin-start">6</property> <property name="margin-end">3</property> <property name="margin-top">3</property> <property name="margin-bottom">3</property> - <property name="icon-name">res/info.png</property> + <property name="icon-name">vcl/res/infobox.png</property> <child internal-child="accessible"> - <object class="AtkObject" id="searchicon-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="findreplacedialog|searchicon">Search icon</property> - </object> + <object class="AtkObject" id="searchicon-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="findreplacedialog|searchicon">Search icon</property> + </object> </child> </object> <packing> @@ -323,7 +324,7 @@ <property name="xalign">0</property> <child internal-child="accessible"> <object class="AtkObject" id="searchlabel-atkobject"> - <property name="AtkObject::accessible-role">notification</property> + <property name="AtkObject::accessible-role">notification</property> </object> </child> </object> |