sd/source/ui/dlg/tpoption.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 78d3a693028195fdd2ebb5afbfb52fd823875109 Author: Thorsten Behrens <tbehr...@suse.com> Date: Wed Jun 26 19:44:01 2013 +0200 Fix fdo#65849 - really move control one line up. If all other controls are moved up one line to fill the gap, moving this one up one line relative to the rest needs a two-line up-move. Change-Id: I953f778dd0738dcd1d38fd2589f1ec9bc62ad611 Reviewed-on: https://gerrit.libreoffice.org/4548 Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Tested-by: Fridrich Strba <fridr...@documentfoundation.org> diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 603cd60..57ad7bb 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -618,7 +618,7 @@ void SdTpOptionsMisc::SetImpressMode (void) lcl_MoveWin (aCbxEnableSdremote, -nLineHeight); lcl_MoveWin (aCbxEnablePresenterScreen, nDialogWidth/2 - aCbxEnablePresenterScreen.GetPosPixel().X(), - -nLineHeight); + -2*nLineHeight); lcl_MoveWin (aTxtCompatibility, -nLineHeight); // Move the printer-independent-metrics check box up two lines to change _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits