diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-05-27 04:49:29 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-30 13:23:32 +0000 |
commit | 20824c118f21c1aad2672630f1c2ed7eecf5d2dd (patch) | |
tree | 17f3a6e68c49a3a48a8b2c8f60b30ad7faa383aa /starmath/uiconfig/smath/statusbar | |
parent | c845557a69c6b8bd7095559717e97409493f5c0e (diff) |
fdo#63351 make use of ZoomSlider in StarMath
In collaboration with Marcos Souza <marcos.souza.org@gmail.com> :)
Includes some reordering of the statusbar: Zoom and ZoomSlider right,
left field with automatic size adjustment.
Change-Id: Ibfb1eab1abef7b026eeb7fd7c0a778c433c9e208
Reviewed-on: https://gerrit.libreoffice.org/4053
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'starmath/uiconfig/smath/statusbar')
-rw-r--r-- | starmath/uiconfig/smath/statusbar/statusbar.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/uiconfig/smath/statusbar/statusbar.xml b/starmath/uiconfig/smath/statusbar/statusbar.xml index 134507e2d462..ca57ace7e24e 100644 --- a/starmath/uiconfig/smath/statusbar/statusbar.xml +++ b/starmath/uiconfig/smath/statusbar/statusbar.xml @@ -18,8 +18,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar" xmlns:xlink="http://www.w3.org/1999/xlink"> - <statusbar:statusbaritem xlink:href=".uno:TextStatus" statusbar:align="left" statusbar:width="300"/> - <statusbar:statusbaritem xlink:href=".uno:Zoom" statusbar:align="center" statusbar:width="54"/> + <statusbar:statusbaritem xlink:href=".uno:TextStatus" statusbar:align="left" statusbar:autosize="true" statusbar:width="300"/> <statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="9"/> <statusbar:statusbaritem xlink:href=".uno:Signature" statusbar:align="center" statusbar:ownerdraw="true" statusbar:width="16"/> + <statusbar:statusbaritem xlink:href=".uno:ZoomSlider" statusbar:align="right" statusbar:ownerdraw="true" statusbar:width="130"/> + <statusbar:statusbaritem xlink:href=".uno:Zoom" statusbar:align="center" statusbar:width="54"/> </statusbar:statusbar> |