Ticket #20444: josm_20444_multirow_checkgroup.patch

File josm_20444_multirow_checkgroup.patch, 906 bytes (added by skyper, 5 years ago)

revert part and use one checkgroup as #20792 was fixed

  • resources/data/defaultpresets.xml

     
    5353        <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
    5454    </chunk>
    5555    <chunk id="highway_yesno_incline_oneway_lit_width">
    56         <reference ref="highway_yesno" />
    57         <checkgroup columns="2">
     56        <checkgroup columns="4">
     57            <check key="bridge" text="Bridge" disable_off="true" />
     58            <check key="tunnel" text="Tunnel" disable_off="true" />
     59            <check key="embankment" text="Embankment" disable_off="true" />
     60            <check key="cutting" text="Cutting" disable_off="true" />
    5861            <check key="oneway" text="Oneway" />
    5962            <check key="lit" text="Lit" />
    6063        </checkgroup>