summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-28 11:17:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-28 14:45:44 +0200
commit30b139b04f8ff7b73e506612252ed7a84f749435 (patch)
treee606c1f0794d33f1beed79407d3259df73990b94 /include
parent7241c739f86db6380c839c9e678087aaa268d491 (diff)
document that SizeXX indicates the upper limit of a category size
Change-Id: I6347e9abc57f160727dc74a1854c1978758030d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99587 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vclenum.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/vclenum.hxx b/include/vcl/vclenum.hxx
index 3534fbd2815a..9ac6e79b7737 100644
--- a/include/vcl/vclenum.hxx
+++ b/include/vcl/vclenum.hxx
@@ -319,6 +319,9 @@ namespace o3tl
namespace vcl
{
+ // The exact sizes of the icons in each size grouping are not necessarily
+ // the exact size indicated by the name, but the upper limit of their size.
+ // e.g. many Size26 icons are often 24x24px and only some 26x26px
enum class ImageType
{
Size16,