diff options
author | Regina Henschel <regina@apache.org> | 2015-01-02 23:25:07 +0000 |
---|---|---|
committer | Regina Henschel <regina@apache.org> | 2015-01-02 23:25:07 +0000 |
commit | 1c89ffc354b116410d61650551924a02bac953d8 (patch) | |
tree | 6d851570995caec12278762e8f45df7820188a61 /cui | |
parent | ac4268fcf6e92d5c13667bb89802defaf9346e5f (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.cxx | 2 |
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; |