All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.dark.resources.ninepatcheditor.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.ninepatch.NinePatchEditor -->

    <!-- Editor panel -->
    <style type="panel" id="ninepatcheditor">

        <!-- Toolbar -->
        <style type="toolbar" id="toolbar" extends="attached-north" />

        <!-- Zoom slider -->
        <style type="slider" id="zoom">
            <component>
                <paintTicks>false</paintTicks>
                <paintLabels>false</paintLabels>
            </component>
            <painter>
                <angledThumb>false</angledThumb>
            </painter>
        </style>

        <!-- Float editor slider -->
        <style type="slider" id="editor-float" padding="10">
            <component>
                <paintTicks>true</paintTicks>
                <paintLabels>false</paintLabels>
                <snapToTicks>true</snapToTicks>
            </component>
        </style>

        <!-- Preview field -->
        <style type="textfield" id="preview" extends="nofocus" />

        <!-- Apha background panel -->
        <style type="panel" id="preview-background">
            <painter>
                <decorations>
                    <decoration>
                        <WebShape round="0" />
                        <AlphaLayerBackground />
                    </decoration>
                </decorations>
            </painter>
        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy