Skip to content
Snippets Groups Projects
Commit f517c771 authored by NiranV's avatar NiranV
Browse files

Fixed: RLV behaviors window not displaying restrictions.

parent d6f14081
No related branches found
No related tags found
No related merge requests found
......@@ -6,20 +6,20 @@
can_resize="true"
height="300"
min_height="300"
min_width="300"
min_width="450"
name="rlv_behaviours"
save_rect="true"
save_visibility="false"
single_instance="true"
title="ACTIVE RLV RESTRICTIONS"
width="300">
width="450">
<tab_container
follows="all"
layout="topleft"
left="8"
left="8"
name="behaviour_tab"
height="266"
right="-8"
right="-8"
tab_height="23"
tab_min_width="120"
tab_position="top"
......@@ -31,17 +31,18 @@
name="behaviour_panel"
top="0">
<scroll_list
draw_border="false"
draw_heading="true"
draw_stripes="true"
follows="all"
height="266"
layout="topleft"
multi_select="false"
name="behaviour_list"
tool_tip="List of current RLVa restrictions."
top_pad="0" >
<scroll_list.columns label="Restriction" name="behaviour" width="70" />
draw_border="false"
draw_heading="true"
draw_stripes="true"
follows="all"
height="266"
layout="topleft"
multi_select="false"
name="behaviour_list"
sort_column="0"
tool_tip="List of current RLVa restrictions."
top_pad="0" >
<scroll_list.columns label="Restriction" name="behaviour" width="80" />
<scroll_list.columns label="Object Name" name="issuer" />
</scroll_list>
</panel>
......@@ -52,21 +53,45 @@
name="exception_panel"
top="0">
<scroll_list
draw_border="false"
draw_heading="true"
draw_stripes="true"
follows="all"
height="266"
layout="topleft"
multi_select="false"
name="exception_list"
tool_tip="List of current RLVa exceptions."
top_pad="0" >
<scroll_list.columns label="Exception" name="behaviour" width="70" />
draw_border="false"
draw_heading="true"
draw_stripes="true"
follows="all"
height="266"
layout="topleft"
multi_select="false"
name="exception_list"
sort_column="0"
tool_tip="List of current RLVa exceptions."
top_pad="0" >
<scroll_list.columns label="Exception" name="behaviour" width="80" />
<scroll_list.columns label="Source" name="option" width="105" />
<scroll_list.columns label="Object Name" name="issuer" />
</scroll_list>
</panel>
<panel
follows="all" height="265"
label="MODIFIERS"
layout="topleft"
name="modifier_panel"
top="0">
<scroll_list
draw_border="false"
draw_heading="true"
draw_stripes="true"
follows="all"
height="266"
layout="topleft"
multi_select="false"
name="modifier_list"
sort_column="0"
tool_tip="List of current RLVa modifiers."
top_pad="0" >
<scroll_list.columns label="Modifier" name="modifier" width="105" />
<scroll_list.columns label="Value" name="value" width="105" />
<scroll_list.columns label="Primary Object" name="primary" />
</scroll_list>
</panel>
</tab_container>
<panel
background_visible="false"
......
......@@ -34,7 +34,7 @@
font="SansSerif"
height="19"
layout="topleft"
max_length="127"
max_length_chars="127"
name="console_input"
top_delta="0"
width="576"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment