https://bugs.documentfoundation.org/show_bug.cgi?id=148764
--- Comment #20 from [email protected] --- I had a look at the code and found something that confused me a little so I wanted to ask if somebody could give me an explenation. In the file CommandImageResolver.cxx I found the following code: std::map<std::tuple<ImageType, ImageWritingDirection>, OUString> const ImageType_Prefixes{ { { ImageType::Size16, ImageWritingDirection::DontCare }, u"cmd/sc_"_ustr }, { { ImageType::Size26, ImageWritingDirection::DontCare }, u"cmd/lc_"_ustr }, { { ImageType::Size32, ImageWritingDirection::DontCare }, u"cmd/32/"_ustr }, { { ImageType::Size16, ImageWritingDirection::RightLeftTopBottom }, u"cmd/rltb/sc_"_ustr }, { { ImageType::Size26, ImageWritingDirection::RightLeftTopBottom }, u"cmd/rltb/lc_"_ustr }, { { ImageType::Size32, ImageWritingDirection::RightLeftTopBottom }, u"cmd/rltb/32/"_ustr }, }; Now as I understand it there are the sizes 16x16, 26x26 and 32x32. But when having a look at the readme here https://git.libreoffice.org/core/+/refs/heads/master/icon-themes it says that the sizes should be 16x16 and 24x24. Can somebody explain to me why the code uses the size 26x26? -- You are receiving this mail because: You are the assignee for the bug.
