STORM-2142 Tweaks to some of the 4 combined issues
parent
bedbb65b33
commit
ec5051699a
|
|
@ -755,6 +755,7 @@ Jonathan Yap
|
|||
STORM-2092
|
||||
STORM-2100
|
||||
STORM-2104
|
||||
STORM-2142
|
||||
Kadah Coba
|
||||
STORM-1060
|
||||
STORM-1843
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
save_rect="true"
|
||||
save_visibility="true"
|
||||
title="SCENE LOAD STATISTICS"
|
||||
width="270">
|
||||
width="400">
|
||||
<scroll_container follows="top|left|bottom|right"
|
||||
bottom="400"
|
||||
layout="topleft"
|
||||
|
|
@ -15,14 +15,14 @@
|
|||
name="statistics_scroll"
|
||||
reserve_scroll_corner="true"
|
||||
top="20"
|
||||
width="265">
|
||||
width="395">
|
||||
<container_view follows="top|left|bottom|right"
|
||||
height="378"
|
||||
layout="topleft"
|
||||
left="2"
|
||||
name="statistics_view"
|
||||
top="20"
|
||||
width="250" >
|
||||
width="380" >
|
||||
<!--Basic Section-->
|
||||
<stat_view name="basic"
|
||||
label="Basic"
|
||||
|
|
|
|||
|
|
@ -95,9 +95,6 @@
|
|||
<on_click
|
||||
function="Inventory.GearDefault.Custom.Action"
|
||||
parameter="empty_lostnfound" />
|
||||
<on_enable
|
||||
function="Inventory.GearDefault.Enable"
|
||||
parameter="not_empty" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator
|
||||
layout="topleft" />
|
||||
|
|
@ -155,8 +152,5 @@
|
|||
<on_click
|
||||
function="Inventory.GearDefault.Custom.Action"
|
||||
parameter="empty_trash" />
|
||||
<on_enable
|
||||
function="Inventory.GearDefault.Enable"
|
||||
parameter="not_empty" />
|
||||
</menu_item_call>
|
||||
</toggleable_menu>
|
||||
|
|
|
|||
Loading…
Reference in New Issue