summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swxform/toolbar
diff options
context:
space:
mode:
authorJoren De Cuyper <joren.libreoffice@telenet.be>2013-02-07 14:59:53 +0100
committerJan Holesovsky <kendy@suse.cz>2013-02-07 15:35:40 +0000
commit57151df80eb2d347a38263d8d40ca7968a2acb84 (patch)
tree15637c9fdbe355c8017b7ae6d8be68d563ed73f8 /sw/uiconfig/swxform/toolbar
parent57955e1961181ffe7e77c23da7fb73db5d545f4c (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 'sw/uiconfig/swxform/toolbar')
-rw-r--r--sw/uiconfig/swxform/toolbar/findbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swxform/toolbar/findbar.xml b/sw/uiconfig/swxform/toolbar/findbar.xml
index 7bf51e71d004..a0e6037522c5 100644
--- a/sw/uiconfig/swxform/toolbar/findbar.xml
+++ b/sw/uiconfig/swxform/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>