diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2014-07-08 22:38:42 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2014-09-17 10:19:37 +0200 |
commit | 9ca7c5014c9a432f9182c80c3e42f1d76e30df67 (patch) | |
tree | 007fc4491ce0b9cec77e1084e7e4f8dc8ba08d1b | |
parent | ff17738a4a84ca53782d87da5f63d87a165d19d1 (diff) |
Reduce ColorValueSetMaximumRowCount to 20 from 40
Change-Id: Id37698c20e5ded3034b62b753d25964541643fd7
-rw-r--r-- | vcl/source/app/settings.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx index 1ded48526553..8758bf768bd4 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; |