diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-15 14:42:35 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-15 14:42:35 -0500 |
commit | 08a9e0c18e1b15e221faeaee98a1326e95a797cf (patch) | |
tree | b05cc7cd0eb5e2cb4d715e0094a80f3e8869bcf7 /sc/source/ui/dbgui/pvlaydlg.cxx | |
parent | 78bd0907052a005ed528330a92ddfb8ef6e03292 (diff) |
Up the number of fields per column from 8 to 10.
Diffstat (limited to 'sc/source/ui/dbgui/pvlaydlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index b3766d4fda00..46062838fa4a 100644 --- a/sc/source/ui/dbgui/pvlaydlg.cxx +++ b/sc/source/ui/dbgui/pvlaydlg.cxx @@ -1358,7 +1358,7 @@ void ScDPLayoutDlg::CalcWndSizes() aWndPage.GetPosPixel().Y())); // selection area - long nLineSize = 8; // number of fields per column. + long nLineSize = 10; // number of fields per column. long nH = OUTER_MARGIN_VER + nLineSize* nFldH + nLineSize * ROW_FIELD_BTN_GAP; nH += GetSettings().GetStyleSettings().GetScrollBarSize() + OUTER_MARGIN_VER; aWndSelect.SetSizePixel( |