cui/source/options/optpath.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c89ffc354b116410d61650551924a02bac953d8
Author: Regina Henschel <reg...@apache.org>
Date:   Fri Jan 2 23:25:07 2015 +0000

    #i125987 Table header within paths dialog too small
    
    Patch by:Thorsten Wagner <thorsten.wagne...@gmail.com>

diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 538ddb0..d7375be 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -230,7 +230,7 @@ SvxPathTabPage::SvxPathTabPage( Window* pParent, const 
SfxItemSet& rSet ) :
     aPathBtn.SetClickHdl( aLink );
     Size aBoxSize = aPathCtrl.GetOutputSizePixel();
     pHeaderBar = new HeaderBar( &aPathCtrl, WB_BUTTONSTYLE | WB_BOTTOMBORDER );
-    pHeaderBar->SetPosSizePixel( Point( 0, 0 ), Size( aBoxSize.Width(), 16 ) );
+    pHeaderBar->SetPosSizePixel( Point( 0, 0 ), Size( aBoxSize.Width(), 20 ) );
     pHeaderBar->SetSelectHdl( LINK( this, SvxPathTabPage, HeaderSelect_Impl ) 
);
     pHeaderBar->SetEndDragHdl( LINK( this, SvxPathTabPage, HeaderEndDrag_Impl 
) );
     Size aSz;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to