Opened 11 years ago
Closed 11 years ago
#8196 closed defect (fixed)
ICONS for <combo> <list_entry> </combo>
Reported by: | kendzi | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
This change-set completely breaks support for icons:
http://josm.openstreetmap.de/changeset/5543/josm
It hard-code size of icon to 24. This make icons useless because the are to small.
Please remove default size or allow to disable it.
Attachments (7)
Change History (15)
Changed 11 years ago by
Changed 11 years ago by
comment:1 Changed 11 years ago by
Component: | External preset → Core |
---|---|
Priority: | critical → normal |
Changed 11 years ago by
Attachment: | TaggingPreset.java.patch added |
---|
Changed 11 years ago by
comment:2 Changed 11 years ago by
I added in path new attribute image_size for list_entry:
<combo text="Test" key="test"> <list_entry value="image1" icon="image1.png" icon_size="64"/> <list_entry value="image2" icon="image2.png" icon_size="16"/> <list_entry value="image3" icon="image2.png" /> <!-- default size of image file --> </combo>
Please include this patch. With out it icons are useless.
comment:5 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The patch misses the correction of the xsd file, a documentation in the header text and an update of the wiki page.
Changed 11 years ago by
Attachment: | defaultpresets.xml_v2.patch added |
---|
Changed 11 years ago by
Attachment: | tagging-preset.xsd.patch added |
---|
comment:6 Changed 11 years ago by
xsd patch is in file tagging-preset.xsd.patch
doc patch is in file defaultpresets.xml_v2.patch
Which wiki page?
comment:7 Changed 11 years ago by
TaggingPresets (which probably could have some additional rework also :-)
fix for bug