Post by Stephan WittPost by Stephan WittWe have to change that to make the decision what size should be used
either automatic guessed by display size or depending on desktop settings
or configureable by user. But I should look at the source code first…
I'm referring to the GuiViewPrivate constructor.
The normal size for icons is set to 20 or the size of iconsize.png if present.
But it's limited to the range of 16..26 - regardless of the current screen size.
For Mac retina displays this is ok. Here the size is the device-independent size.
For Windows with high resolution display this is the reason for much too small icons.
I think we should use the desktop/system settings by default, if possible and allow for size adjustment via the toolbar context menu.
Ok.
It looks like Qt5 doesn't support linear gradients.
Console output is: "Could not resolve property : linearGradient5167" or similar.
My version of ImageMagick has the same or a similar problem:
$ convert update-others.svg -size 40x40 lyx/lib/images/update-***@2x.png
convert: unrecognized color `radialGradient3422' @ warning/color.c/GetColorCompliance/1046.
convert: unable to open image `radialGradient3422': No such file or directory @ error/blob.c/OpenBlob/2709.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
convert: non-conforming drawing primitive definition `fill' @ error/draw.c/DrawImage/3192.
$
Stephan