diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2017-03-26 14:57:33 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-03-26 15:04:49 +0000 |
commit | 3bae306bcf23c4baae65b2b8a3617f0b697dfc6a (patch) | |
tree | 6f67740244bbb840762152aa81b99a2e598324d1 /vcl | |
parent | 2eae33e82e5f91d6dbaf7e8e848f53644596059d (diff) |
tdf#106458 Color widget should list an exact number of items
mnColorValueSetMaximumRowCount set to 9
Change-Id: I818512da16c1f31616f200253e72a8576996fa16
Reviewed-on: https://gerrit.libreoffice.org/35719
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'vcl')
-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 456aca3e109e..703f835c9b1d 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 = 8; + mnColorValueSetMaximumRowCount = 9; maListBoxPreviewDefaultLogicSize = Size(15, 7); maListBoxPreviewDefaultPixelSize = Size(0, 0); // on-demand calculated in GetListBoxPreviewDefaultPixelSize() mnListBoxPreviewDefaultLineWidth = 1; |