Opened 12 years ago
Closed 12 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)
by , 12 years ago
by , 12 years ago
comment:1 by , 12 years ago
Component: | External preset → Core |
---|---|
Priority: | critical → normal |
by , 12 years ago
Attachment: | TaggingPreset.java.patch added |
---|
by , 12 years ago
comment:2 by , 12 years ago
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 by , 12 years ago
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.
by , 12 years ago
Attachment: | defaultpresets.xml_v2.patch added |
---|
by , 12 years ago
Attachment: | tagging-preset.xsd.patch added |
---|
comment:6 by , 12 years ago
xsd patch is in file tagging-preset.xsd.patch
doc patch is in file defaultpresets.xml_v2.patch
Which wiki page?
comment:7 by , 12 years ago
TaggingPresets (which probably could have some additional rework also :-)
fix for bug