vcl/source/app/settings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3bae306bcf23c4baae65b2b8a3617f0b697dfc6a
Author: heiko tietze <tietze.he...@gmail.com>
Date:   Sun Mar 26 14:57:33 2017 +0200

    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 <c...@libreoffice.org>
    Reviewed-by: Maxim Monastirsky <momonas...@gmail.com>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to