diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-14 15:48:45 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-14 16:41:40 +0300 |
commit | f5129ca7610ec4ec20ed1c00e5c94bf51d5de2cc (patch) | |
tree | 1a1f1327f1ca245a195f246863e418e62ee8dacb /sd/uiconfig/sdraw | |
parent | 03626d7940d5e2fc2abf65ef1b49a7a89623f08f (diff) |
fdo#55903 Immediate effect for zoom in button
That's what apparently people expect from this button
to do, similar to the nearby zoom out button. This is
also consistent with a similar button in math, and in
print preview (both are using the same icon and same
tooltip).
The zoom mode that was assigned to this button until now,
moved to a dedicated button (thus could be further improved
to host other functionality as well - see the next commit).
Change-Id: Ie640c72cf1aab1e3fc8a14211702a33a86bb3672
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/toolbar/zoombar.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/zoombar.xml b/sd/uiconfig/sdraw/toolbar/zoombar.xml index 4d18688bc9e2..788568aeeafb 100644 --- a/sd/uiconfig/sdraw/toolbar/zoombar.xml +++ b/sd/uiconfig/sdraw/toolbar/zoombar.xml @@ -29,5 +29,6 @@ <toolbar:toolbaritem xlink:href=".uno:ZoomOptimal" toolbar:helpid="10101"/> <toolbar:toolbaritem xlink:href=".uno:ZoomObjects" toolbar:helpid="27099"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/> <toolbar:toolbaritem xlink:href=".uno:ZoomPanning" toolbar:helpid="27017"/> </toolbar:toolbar>
\ No newline at end of file |