summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-03-17 02:25:39 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-03-17 14:21:58 +0200
commitd920613f6733fdc5931b972177788eb3fbaee6c9 (patch)
tree0bfb71d951cd154b88bb019f70faf80cf6acefa2 /include
parent3d67719edab741d1a62a3efd2c4e6019957725e1 (diff)
tdf#106458 Color widget should have same number of rows
... across different platforms/themes, so the standard palette will always fit without a scrollbar. For this, we must not hardcode some arbitrary fixed size, but calculate the size based on the number of rows of the standard palette. Change-Id: Ica1d615b43b350aece6b2c29a73337439dd05ac6
Diffstat (limited to 'include')
-rw-r--r--include/vcl/settings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index ef1835929fbd..8dcaa4ceacfc 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -590,7 +590,7 @@ public:
sal_uInt16 GetColorValueSetColumnCount() const;
// maximum row/line count for the ColorValueSet control. If more lines would be needed, a scrollbar will
- // be used. Default is 40.
+ // be used.
sal_uInt16 GetColorValueSetMaximumRowCount() const;
const Size& GetListBoxPreviewDefaultPixelSize() const;