diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/vclenum.hxx | 3 |
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, |