[Libreoffice-commits] core.git: sw/source

kumar kumarr908 at gmail.com
Fri Jan 8 03:42:25 PST 2016


 sw/source/uibase/utlui/navipi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 861661313e9782ebbfe32b801b9e0968aae0c946
Author: kumar <kumarr908 at gmail.com>
Date:   Mon Jan 4 18:22:05 2016 +0530

    tdf#95463 Fixed floating navigator default size, now size is increased
    
    Change-Id: I8a1112fa94295c99870d50cb7147582d5eaf9630
    Reviewed-on: https://gerrit.libreoffice.org/21079
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx
index 9439081..de53270 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -735,7 +735,7 @@ SwNavigationPI::SwNavigationPI( SfxBindings* _pBindings,
         FloatingWindow* pFloat =  pDockingParent->GetFloatingWindow();
         Size aMinSize(pFloat ? m_nWishWidth : 0, pFloat ? m_nZoomOutInit : 0);
         pDockingParent->SetMinOutputSizePixel(aMinSize);
-        SetOutputSizePixel( Size( m_nWishWidth, m_nZoomOutInit));
+        SetOutputSizePixel( Size( m_nWishWidth, m_nZoomOutInit*2));
 
         SfxDockingWindow* pSfxDockingParent = dynamic_cast<SfxDockingWindow*>(pParent);
         if (pSfxDockingParent != nullptr)


More information about the Libreoffice-commits mailing list