summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-01 10:54:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:08 +0100
commite333190a695ed21fd02c4417f826e4e280b63402 (patch)
treef9c58baec8b3016f612891592a1459a0f55839ef /cui
parent4a29b3e40728ca2b188fe5a7b7a74c7344950453 (diff)
don't vert stretch grid on resize, alloc it all to the preview
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/chardlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/chardlg.cxx b/cui/source/tabpages/chardlg.cxx
index f58c075017d9..100054ada02f 100644
--- a/cui/source/tabpages/chardlg.cxx
+++ b/cui/source/tabpages/chardlg.cxx
@@ -306,8 +306,6 @@ SvxCharNamePage::SvxCharNamePage( Window* pParent, const SfxItemSet& rInSet )
sal_Bool bCJK = ( aLanguageOptions.IsCJKFontEnabled() || aLanguageOptions.IsCTLFontEnabled() );
m_pGrid = new Grid(&m_aBox);
- m_pGrid->setChildProperty(sFill, true);
- m_pGrid->setChildProperty(sExpand, true);
m_pWestLine = new FixedLine(m_pGrid, CUI_RES(FL_WEST));
m_pWestLine->setChildProperty<sal_Int32>(sLeftAttach, 0);