<root class="panel">

    <row>
        <title>
            <text>Scale</text>
        </title>
        <control>
            <SliderEntry min="0.0" max="1.0" step="0.01" @value="Scale"></SliderEntry>
        </control>
    </row>
    <!--
    <row>
        <title>
            <text>Samples</text>
        </title>
        <control>
            <SliderEntry min="4" max="32.0" step="1" @value="Samples"></SliderEntry>
        </control>
    </row>
    -->

</root>