summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-07-08 22:38:42 +0200
committerKrisztian Pinter <pin.terminator@gmail.com>2014-07-25 17:16:39 +0200
commitb44ab86f66c4d405984b676760f28f35f0bf9cf7 (patch)
tree2cdd1cd14b3d5938c3ed944f0006d20b6e57edda /vcl
parentba8b80f996bd2022a1ff072b93df823bbbae73cc (diff)
Reduce ColorValueSetMaximumRowCount to 20 from 40
Change-Id: Id37698c20e5ded3034b62b753d25964541643fd7
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index d93ffe98de32..67b338d66231 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -547,7 +547,7 @@ ImplStyleData::ImplStyleData() :
maEdgeBlendingBottomRightColor = RGB_COLORDATA(0x40, 0x40, 0x40);
mnListBoxMaximumLineCount = 25;
mnColorValueSetColumnCount = 12;
- mnColorValueSetMaximumRowCount = 40;
+ mnColorValueSetMaximumRowCount = 20;
maListBoxPreviewDefaultLogicSize = Size(15, 7);
maListBoxPreviewDefaultPixelSize = Size(0, 0); // on-demand calculated in GetListBoxPreviewDefaultPixelSize()
mnListBoxPreviewDefaultLineWidth = 1;