loleaflet/src/control/Control.LokDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 56ef8cb6d0d2d9d506eb501d558466079fc49901 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Mon Jun 22 22:25:10 2020 +0530 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Jul 29 10:19:04 2020 +0200 leaflet: row/column headers offset corrected Change-Id: Icc4ca2649de4f618fc1a44a0896ed12a98d2b70f Reviewed-on: https://gerrit.libreoffice.org/c/online/+/96895 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Tested-by: Jenkins Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/src/control/Control.LokDialog.js b/loleaflet/src/control/Control.LokDialog.js index d2aa02af7..9e9a1fe4d 100644 --- a/loleaflet/src/control/Control.LokDialog.js +++ b/loleaflet/src/control/Control.LokDialog.js @@ -1498,7 +1498,7 @@ L.Control.LokDialog = L.Control.extend({ if (that._currentDeck) { var sidebar = L.DomUtil.get(that._currentDeck.strId); if (sidebar) { - deckOffset = sidebar.clientWidth + 10; // Allow some margin. + deckOffset = sidebar.clientWidth; } } var correctWidth = container.clientWidth - deckOffset; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits