[vlc-devel] [PATCH 1/4] VLC qt gui: cloud storage stubs.

Francois Cartegnie fcvlcdev at free.fr
Thu Oct 20 13:48:07 CEST 2016


Le 20/10/2016 à 07:59, Paweł Wegner a écrit :
> @@ -90,6 +90,7 @@
>          <file alias="stream">pixmaps/types/type_stream.png</file>
>          <file alias="node">pixmaps/types/type_node.png</file>
>          <file alias="playlist">pixmaps/types/type_playlist.png</file>
> +        <file alias="cloud">pixmaps/types/cloud.png</file>
>      </qresource>

You cannot drop in a 128px fully black picture.

New pictures also need to come with SVG source, and a bitmap rendering
to that resolution (so svg drawing needs to be aligned to 16px grid to
avoid aliasing in low resolutions rendering).

See examples with existing svgz.

Francois


More information about the vlc-devel mailing list