summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorRegina Henschel <regina@apache.org>2015-01-02 23:25:07 +0000
committerRegina Henschel <regina@apache.org>2015-01-02 23:25:07 +0000
commit1c89ffc354b116410d61650551924a02bac953d8 (patch)
tree6d851570995caec12278762e8f45df7820188a61 /cui
parentac4268fcf6e92d5c13667bb89802defaf9346e5f (diff)
#i125987 Table header within paths dialog too small
Patch by:Thorsten Wagner <thorsten.wagner.4@gmail.com>
Notes
Notes: prefer: 705b60f94ea5721662811501594d13d1ad925eb3
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 538ddb0be933..d7375be356fb 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;