diff options
author | Joren De Cuyper <joren.libreoffice@telenet.be> | 2013-02-07 14:59:53 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-02-07 15:35:40 +0000 |
commit | 57151df80eb2d347a38263d8d40ca7968a2acb84 (patch) | |
tree | 15637c9fdbe355c8017b7ae6d8be68d563ed73f8 /basctl/uiconfig | |
parent | 57955e1961181ffe7e77c23da7fb73db5d545f4c (diff) |
Move close button to most left of the findbar
I had a conversation with some UX-members, they all agree the close button needs to be on the far most left of the findbar.
Change-Id: I3c13df4821f3f4f86fec02fa5427b2277fa10c19
Reviewed-on: https://gerrit.libreoffice.org/2025
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
Diffstat (limited to 'basctl/uiconfig')
-rw-r--r-- | basctl/uiconfig/basicide/toolbar/findbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/uiconfig/basicide/toolbar/findbar.xml b/basctl/uiconfig/basicide/toolbar/findbar.xml index 5de9e6639fa8..42baa21a72fa 100644 --- a/basctl/uiconfig/basicide/toolbar/findbar.xml +++ b/basctl/uiconfig/basicide/toolbar/findbar.xml @@ -18,10 +18,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> + <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbaritem xlink:href=".uno:FindText"/> <toolbar:toolbaritem xlink:href=".uno:DownSearch"/> <toolbar:toolbaritem xlink:href=".uno:UpSearch"/> - <toolbar:toolbaritem xlink:href=".uno:ExitSearch"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> </toolbar:toolbar> |