<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
        border="true"
        follows="all"
        label="Atmosphere &amp; Lighting"
        layout="topleft"
        left="0"
        name="panel_settings_sky_atmos"
        top="0">
    <layout_stack
            follows="all"
            layout="topleft"
            left="5"
            top="5"
            right="-5"
            bottom="-5"
            orientation="vertical">
        <layout_panel
                border="true"
                bevel_style="in"
                auto_resize="false"
                user_resize="false"
                visible="true"
                height="75">

            <text
                    follows="left|top"
                    height="10"
                    layout="topleft"
                    left_delta="15"
                    top_pad="15"
                    width="80">
                Ambient Color:
            </text>
            <color_swatch
                    can_apply_immediately="true"
                    follows="left|top"
                    height="37"
                    label_height="0"
                    layout="topleft"
                    left_delta="0"
                    name="ambient_light"
                    top_pad="5"
                    width="60" />
            <text
                    follows="left"
                    height="10"
                    layout="topleft"
                    left_delta="90"
                    top_delta="-15"
                    width="80">
                Blue Horizon:
            </text>
            <color_swatch
                    can_apply_immediately="true"
                    follows="left|top"
                    height="37"
                    label_height="0"
                    layout="topleft"
                    left_delta="0"
                    name="blue_horizon"
                    top_pad="5"
                    width="60" />
            <text
                    follows="left"
                    height="10"
                    layout="topleft"
                    left_delta="90"
                    top_delta="-15"
                    width="80">
                Blue Density:
            </text>
            <color_swatch
                    can_apply_immediately="true"
                    follows="left|top"
                    height="37"
                    label_height="0"
                    layout="topleft"
                    left_delta="0"
                    name="blue_density"
                    top_pad="5"
                    width="60" />
        </layout_panel>
        <layout_panel
                border="true"
                bevel_style="in"
                auto_resize="true"
                user_resize="true"
                visible="true">
            <layout_stack name="atmosphere1"
                    left="5"
                    top="5"
                    right="-5"
                    bottom="-5"
                    follows="left|top|right|bottom"
                    orientation="hoizontal">
                <layout_panel
                        border="false"
                        bevel_style="in"
                        auto_resize="true"
                        user_resize="true"
                        visible="true"
                        min_width="225">
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="15"
                            top_pad="15"
                            width="80">
                        Haze Horizon:
                    </text>
                    <slider
                            decimal_digits="2"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            min_val="0"
                            max_val="1"
                            name="haze_horizon"
                            top_delta="20"
                            width="207"
                            can_edit_text="true"/>
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="-5"
                            top_delta="25"
                            width="80">
                        Haze Density:
                    </text>
                    <slider
                            decimal_digits="2"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            min_val="0"
                            max_val="1"
                            name="haze_density"
                            top_delta="20"
                            width="207"
                            can_edit_text="true"/>
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="-5"
                            top_delta="25"
                            width="80">
                        Scene Gamma:
                    </text>
                    <slider
                            decimal_digits="2"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            max_val="10"
                            name="scene_gamma"
                            top_delta="20"
                            width="214"
                            can_edit_text="true"/>
                </layout_panel>            
                <layout_panel
                        border="false"
                        bevel_style="in"
                        auto_resize="true"
                        user_resize="true"
                        visible="true"
                        min_width="225">
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="15"
                            top_pad="15"
                            width="200">
                        Density Multiplier:
                    </text>
                    <slider
                            decimal_digits="2"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            min_val="0"
                            max_val="0.9"
                            name="density_multip"
                            top_delta="20"
                            width="207"
                            can_edit_text="true"/>
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="-5"
                            top_delta="25"
                            width="200">
                        Distance Multiplier:
                    </text>
                    <slider
                            decimal_digits="2"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            min_val="0"
                            max_val="100"
                            name="distance_multip"
                            top_delta="20"
                            width="219"
                            can_edit_text="true"/>
                    <text
                            follows="left|top"
                            height="10"
                            layout="topleft"
                            left_delta="-5"
                            top_delta="25"
                            width="200">
                        Maximum Altitude:
                    </text>
                    <slider
                            decimal_digits="1"
                            follows="left|top"
                            height="16"
                            increment="0.01"
                            initial_value="0"
                            layout="topleft"
                            left_delta="5"
                            min_val="0"
                            max_val="4000"
                            name="max_alt"
                            top_delta="20"
                            width="219"
                            can_edit_text="true"/>
                </layout_panel>            
            </layout_stack>                
        </layout_panel>
    </layout_stack>
</panel>