include/vcl/vclenum.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 30b139b04f8ff7b73e506612252ed7a84f749435
Author:     Caolán McNamara <[email protected]>
AuthorDate: Tue Jul 28 11:17:05 2020 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Tue Jul 28 14:45:44 2020 +0200

    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 <[email protected]>

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,
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to