Description
Steps to reproduce:
1) Change the accordion test to use the following WTKX:
<Accordion styles="
">
<panels>
<Label Accordion.label="A" text="Hello"/>
<Label Accordion.label="B" text="World"/>
<Label Accordion.label="C" text="From" enabled="false"/>
<PushButton Accordion.label="D" buttonData="Pivot"/>
</panels>
</Accordion>
2) Launch the accordion test, and switch to the "D" panel
Result:
The push button doesn't have the 1-pixel padding to the top of it that you'd expect, given the padding:1 style set on the accordion. The attached screenshot shows this in a scaled display instance.