[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source
Regina Henschel
regina at apache.org
Fri Jan 2 16:08:40 PST 2015
cui/source/options/optpath.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1c89ffc354b116410d61650551924a02bac953d8
Author: Regina Henschel <regina at apache.org>
Date: Fri Jan 2 23:25:07 2015 +0000
#i125987 Table header within paths dialog too small
Patch by:Thorsten Wagner <thorsten.wagner.4 at 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;
More information about the Libreoffice-commits
mailing list