Daniel Ramoeller e8dc6fad05 Fix for #11476: Icons have spurious squares
(cherry picked from commit 209944796a1665985c67fa99ea0ee2564f07231f)
2019-04-06 07:30:46 +02:00
..
2008-04-20 03:20:44 +00:00
2019-02-11 16:47:36 +01:00
2015-05-28 13:14:23 +02:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2017-07-15 15:27:36 +02:00
2015-04-12 12:59:19 +02:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2013-12-13 14:06:56 +01:00
2013-12-13 14:06:56 +01:00
2015-03-13 01:29:37 +01:00
2015-04-12 12:59:19 +02:00
2017-07-15 15:27:36 +02:00
2017-07-15 15:27:36 +02:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00
2015-03-13 01:29:37 +01:00

Preferabely, use SVG as image format.

For bitmap icons, we had the following advise:

All icons to be used should follow this, so that the icons
look alike.

- size 22x22 pixels

- five color:
	#000000000000
	#BFBFBFBFBFBF
	#FFFFFFFFFFFF
	navy
	#B2B2ABABACAC

- two color:
	#BFBFBFBFBFBF
	black

Hint: for editing a bitmap, remove the 'const' with
a text editor.