Ticket #10200: filter.diff

File filter.diff, 2.6 KB (added by doug@…, 12 years ago)
  • Mythbuntu/schedule-ui.xml

    diff --git a/Mythbuntu/schedule-ui.xml b/Mythbuntu/schedule-ui.xml
    index ec2d956..6b77911 100644
    a b  
    18171818        </textarea>
    18181819
    18191820        <spinbox name="priority" from="basewidespinbox">
    1820             <position>377,310</position>
     1821            <position>377,290</position>
    18211822            <template type="negative">Reduce priority by %n</template>
    18221823            <template type="zero">Normal recording priority</template>
    18231824            <template type="positive">Raise priority by %n</template>
     
    18251826        </spinbox>
    18261827
    18271828        <buttonlist name="input" from="basewideselector">
    1828             <position>377,355</position>
     1829            <position>377,335</position>
    18291830            <helptext></helptext>
    18301831        </buttonlist>
    18311832
    18321833        <spinbox name="startoffset" from="basewidespinbox">
    1833             <position>377,400</position>
     1834            <position>377,380</position>
    18341835            <template type="negative">Start recording %n minute(s) late</template>
    18351836            <template type="zero">Start recording on time</template>
    18361837            <template type="positive">Start recording %n minute(s) early</template>
     
    18381839        </spinbox>
    18391840
    18401841        <spinbox name="endoffset" from="basewidespinbox">
    1841             <position>377,445</position>
     1842            <position>377,425</position>
    18421843            <template type="negative">End recording %n minute(s) early</template>
    18431844            <template type="zero">End recording on time</template>
    18441845            <template type="positive">End recording %n minute(s) late</template>
     
    18461847        </spinbox>
    18471848
    18481849        <buttonlist name="dupmethod" from="basewideselector">
    1849             <position>377,490</position>
     1850            <position>377,470</position>
    18501851            <helptext></helptext>
    18511852        </buttonlist>
    18521853
    18531854        <buttonlist name="dupscope" from="basewideselector">
    1854             <position>377,535</position>
     1855            <position>377,515</position>
    18551856            <helptext></helptext>
    18561857        </buttonlist>
    18571858
     1859        <button name="filters" from="basewidebutton">
     1860            <position>500,560</position>
     1861            <value>Schedule filters</value>
     1862            <helptext></helptext>
     1863        </button>
     1864
    18581865        <checkbox name="ruleactive" from="basecheckbox">
    1859             <position>500,597</position>
     1866            <position>500,614</position>
    18601867        </checkbox>
    18611868
    18621869        <textarea name="ruleactivelabel" from="basetextarea">
    1863             <area>550,592,300,30</area>
     1870            <area>550,610,300,30</area>
    18641871            <value>Recording Rule Active</value>
    18651872        </textarea>
    18661873