Generate image for disabled toolbar buttons and menu items.

Fixes #13.

Removed IconMenu class, use add_menu_item/add_menu_item_tr instead.
Added _tr variants that automatically do locale translation
This commit is contained in:
Twan van Laarhoven
2020-05-01 03:26:02 +02:00
parent 8468c5bd93
commit 1fb3f15aff
37 changed files with 355 additions and 414 deletions

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

Before

Width:  |  Height:  |  Size: 233 B

After

Width:  |  Height:  |  Size: 233 B

Before

Width:  |  Height:  |  Size: 166 B

After

Width:  |  Height:  |  Size: 166 B

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 149 B

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

+11 -11
View File
@@ -107,17 +107,17 @@ tool/ungroup IMAGE "tool/ungroup.png"
tool/symmetry_add IMAGE "tool/symmetry_add.png"
tool/symmetry_remove IMAGE "tool/symmetry_remove.png"
combine_or IMAGE "combine_or.png"
combine_sub IMAGE "combine_sub.png"
combine_sub_dark IMAGE "combine_sub_dark.png"
combine_and IMAGE "combine_and.png"
combine_and_dark IMAGE "combine_and_dark.png"
combine_xor IMAGE "combine_xor.png"
combine_over IMAGE "combine_over.png"
combine_border IMAGE "combine_border.png"
symmetry_rotation IMAGE "symmetry_rotation.png"
symmetry_reflection IMAGE "symmetry_reflection.png"
symbol_group IMAGE "symbol_group.png"
tool/combine_or IMAGE "tool/combine_or.png"
tool/combine_sub IMAGE "tool/combine_sub.png"
tool/combine_sub_dark IMAGE "tool/combine_sub_dark.png"
tool/combine_and IMAGE "tool/combine_and.png"
tool/combine_and_dark IMAGE "tool/combine_and_dark.png"
tool/combine_xor IMAGE "tool/combine_xor.png"
tool/combine_over IMAGE "tool/combine_over.png"
tool/combine_border IMAGE "tool/combine_border.png"
tool/symmetry_rotation IMAGE "tool/symmetry_rotation.png"
tool/symmetry_reflection IMAGE "tool/symmetry_reflection.png"
tool/symbol_group IMAGE "tool/symbol_group.png"
icon_combine_merge IMAGE "icon_combine_merge.png"
icon_combine_subtract IMAGE "icon_combine_subtract.png"