loleaflet/dist/toolbar/toolbar.js | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit ef61cb8437f39ac9503fa88413c0ca294e4053b9 Author: Henry Castro <hcas...@collabora.com> Date: Mon Jun 25 07:42:59 2018 -0400 loleaflet: set bottom position of tooltip Change-Id: I2ff39ce70df1f87788b7d5a1233cd97d2d0af5d7 Reviewed-on: https://gerrit.libreoffice.org/56392 Reviewed-by: Jan Holesovsky <ke...@collabora.com> Tested-by: Jan Holesovsky <ke...@collabora.com> diff --git a/loleaflet/dist/toolbar/toolbar.js b/loleaflet/dist/toolbar/toolbar.js index e3848825e..39fa31a21 100644 --- a/loleaflet/dist/toolbar/toolbar.js +++ b/loleaflet/dist/toolbar/toolbar.js @@ -386,6 +386,7 @@ $(function () { var toolbar = $('#toolbar-up'); toolbar.w2toolbar({ name: 'toolbar-up', + tooltip: 'bottom', items: [ {type: 'button', id: 'save', img: 'save', hint: _UNO('.uno:Save')}, {type: 'break', id: 'savebreak'}, @@ -478,6 +479,7 @@ $(function () { toolbar = $('#formulabar'); toolbar.w2toolbar({ name: 'formulabar', + tooltip: 'bottom', items: [ {type: 'html', id: 'left'}, {type: 'html', id: 'address', html: '<input id="addressInput" type="text">'}, @@ -507,6 +509,7 @@ $(function () { toolbar = $('#spreadsheet-toolbar') toolbar.w2toolbar({ name: 'spreadsheet-toolbar', + tooltip: 'bottom', items: [ {type: 'button', id: 'firstrecord', img: 'firstrecord', hidden: true, hint: _('First sheet')}, {type: 'button', id: 'prevrecord', img: 'prevrecord', hidden: true, hint: _('Previous sheet')}, @@ -523,6 +526,7 @@ $(function () { toolbar = $('#presentation-toolbar'); toolbar.w2toolbar({ name: 'presentation-toolbar', + tooltip: 'bottom', items: [ {type: 'html', id: 'left'}, {type: 'button', id: 'presentation', img: 'presentation', hidden:true, hint: _('Fullscreen presentation')}, @@ -541,6 +545,7 @@ $(function () { toolbar = $('#toolbar-down'); toolbar.w2toolbar({ name: 'toolbar-down', + tooltip: 'top', items: [ {type: 'html', id: 'search', html: '<div style="padding: 3px 10px;" class="loleaflet-font">' + _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits