[Libreoffice-commits] core.git: include/vcl

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 28 12:46:26 UTC 2020


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

New commits:
commit 30b139b04f8ff7b73e506612252ed7a84f749435
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 28 11:17:05 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
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 <caolanm at redhat.com>

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,


More information about the Libreoffice-commits mailing list