diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 14:35:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-09-02 14:53:05 +0100 |
commit | b6cc10ecf28d2e0ae25383f2dc82b66e67971b08 (patch) | |
tree | 571965f893c7a691828b6422f5f9c1651cf15947 /cui/source/options | |
parent | 7d993c46f031995ee83e59a6c7221b3e3536c5cf (diff) |
make sort list options page fill vertically and horizontally
Change-Id: I495ab15fa9b658e54f039aede69a7a79b6296635
Diffstat (limited to 'cui/source/options')
-rw-r--r-- | cui/source/options/optchart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optchart.cxx b/cui/source/options/optchart.cxx index d2494df015c2..f7d0d9fc19fb 100644 --- a/cui/source/options/optchart.cxx +++ b/cui/source/options/optchart.cxx @@ -58,7 +58,7 @@ SvxDefaultColorOptPage::SvxDefaultColorOptPage(Window* pParent, const SfxItemSet m_pValSetColorBox->SetStyle( m_pValSetColorBox->GetStyle() | WB_ITEMBORDER | WB_NAMEFIELD ); m_pValSetColorBox->SetColCount( 8 ); - m_pValSetColorBox->SetLineCount( 13 ); + m_pValSetColorBox->SetLineCount( 14 ); m_pValSetColorBox->SetExtraSpacing( 0 ); m_pValSetColorBox->Show(); |