diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-07-29 17:21:53 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-07-30 20:32:41 +0000 |
commit | 21bd05d61febe5e99df790fdad572ec731a15213 (patch) | |
tree | 1781018bb4461adb92c4a65bfc3ed2423f7b57fc /sw/uiconfig | |
parent | 4131e8b63ba96ef3bc6a41daa6020262f6af5415 (diff) |
Improve "Navigate by" layout
Implemented some suggestions from https://freedomsponsors.org/issue/391/navigation-button-icon-does-not-scale-and-gets-cut-off#comment-917
* Place the up/down arrows on the right of the button
* Use up/down arrows instead of right/left
* Added a separator between the navigation buttons and the search label
Change-Id: I509756db2fc0c1f60a6b1d6f14e6ed9299d7e597
Reviewed-on: https://gerrit.libreoffice.org/10613
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/findbar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/findbar.xml b/sw/uiconfig/swriter/toolbar/findbar.xml index f0c18542ace6..f6dfa42cc2cf 100644 --- a/sw/uiconfig/swriter/toolbar/findbar.xml +++ b/sw/uiconfig/swriter/toolbar/findbar.xml @@ -27,8 +27,9 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ScrollToPrevious"/> <toolbar:toolbaritem xlink:href=".uno:NavigationPopup"/> <toolbar:toolbaritem xlink:href=".uno:ScrollToNext"/> + <toolbar:toolbaritem xlink:href=".uno:ScrollToPrevious"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:SearchLabel"/> </toolbar:toolbar> |