Changeset 5585 in josm for trunk/data


Ignore:
Timestamp:
2012-11-17T16:21:07+01:00 (11 years ago)
Author:
stoecker
Message:

fix #8196 - patch by kendzi

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r5581 r5585  
    4848                      the entry in 2-3 words.) Instead of comma separeted list
    4949  instead using values, display_values and short_descriptions, the following form is also supported:
    50     <list_entry value="" display_value="' short_description="" icon=""/>
     50    <list_entry value="" display_value="' short_description="" icon="" icon_size=""/>
     51        icon: location of icon
     52        icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file
    5153  default: default string to display (defaults to "")
    5254  use_last_as_default: true/false/force (default is "false")
     
    6668                      the entry in 2-3 words.) Instead of a separated list
    6769  instead using values, display_values and short_descriptions, the following form is also supported:
    68     <list_entry value="" display_value="' short_description="" icon=""/>
     70    <list_entry value="" display_value="' short_description="" icon="" icon_size=""/>
     71        icon: location of icon
     72        icon_size: maximal size of icon. If tag is not setup it is taken default size of icon file
    6973  default: default string to display (defaults to "")
    7074  use_last_as_default: true/false/force (default is "false")
  • trunk/data/tagging-preset.xsd

    r5579 r5585  
    133133                <attribute name="short_description" type="string" />
    134134                <attribute name="icon" type="string" />
     135                <attribute name="icon_size" type="integer" />
    135136        </complexType>
    136137
Note: See TracChangeset for help on using the changeset viewer.