summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2017-03-30 13:25:04 +0200
committerHeiko Tietze <tietze.heiko@googlemail.com>2017-03-31 07:52:37 +0000
commit2039e2f25933bb93803c741ea79094227d40dc25 (patch)
treee9e99efa8584cc6f9223286e799dcbca95bd40d0
parent02ee5378ef95c54d83202468f939faf6d286ea42 (diff)
tdf#106458 Color widget should list an exact number of items
mnColorValueSetMaximumRowCount set to 10 after decision from design team Change-Id: If6cf93354af6bbdbbefcd026e5aa05689acdaf93 Reviewed-on: https://gerrit.libreoffice.org/35902 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
-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 703f835c9b1d..9422bab3b1a2 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -550,7 +550,7 @@ ImplStyleData::ImplStyleData() :
maEdgeBlendingBottomRightColor = RGB_COLORDATA(0x40, 0x40, 0x40);
mnListBoxMaximumLineCount = 25;
mnColorValueSetColumnCount = 12;
- mnColorValueSetMaximumRowCount = 9;
+ mnColorValueSetMaximumRowCount = 10;
maListBoxPreviewDefaultLogicSize = Size(15, 7);
maListBoxPreviewDefaultPixelSize = Size(0, 0); // on-demand calculated in GetListBoxPreviewDefaultPixelSize()
mnListBoxPreviewDefaultLineWidth = 1;