– the behaviour checkboxes show up as “Multiple open items” and “Items to be closed” whereas in the documentation they make much more sense as “Allow multiple open items” and “Allow all items to be closed”
– would be good to allow the +/- icon to be at the left end of the title bars
Thanks for this feature, it is useful for me. It would also be great to be able to change the image of the +/- icon to something else, like a caret > or up and down arrows, for example.
I see that the icon is coded by CSS and it would be easy for me to modify it, but I also want to make the size of the icon bigger and I don’t know how to do it. Could you document it?
Thank you, I’ve already been investigating on my own and I saw it being imposed by UIKit. So far I’ve been able to change the size of the icon by overwriting the CSS class that draws it (it’s an SVG coded in a CSS “Content” rule), and playing with the dimensions of the SVG viewbox.