Skip to content
Snippets Groups Projects
Commit ec505169 authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-2142 Tweaks to some of the 4 combined issues

parent bedbb65b
No related branches found
No related tags found
No related merge requests found
...@@ -755,6 +755,7 @@ Jonathan Yap ...@@ -755,6 +755,7 @@ Jonathan Yap
STORM-2092 STORM-2092
STORM-2100 STORM-2100
STORM-2104 STORM-2104
STORM-2142
Kadah Coba Kadah Coba
STORM-1060 STORM-1060
STORM-1843 STORM-1843
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
save_rect="true" save_rect="true"
save_visibility="true" save_visibility="true"
title="SCENE LOAD STATISTICS" title="SCENE LOAD STATISTICS"
width="270"> width="400">
<scroll_container follows="top|left|bottom|right" <scroll_container follows="top|left|bottom|right"
bottom="400" bottom="400"
layout="topleft" layout="topleft"
...@@ -15,14 +15,14 @@ ...@@ -15,14 +15,14 @@
name="statistics_scroll" name="statistics_scroll"
reserve_scroll_corner="true" reserve_scroll_corner="true"
top="20" top="20"
width="265"> width="395">
<container_view follows="top|left|bottom|right" <container_view follows="top|left|bottom|right"
height="378" height="378"
layout="topleft" layout="topleft"
left="2" left="2"
name="statistics_view" name="statistics_view"
top="20" top="20"
width="250" > width="380" >
<!--Basic Section--> <!--Basic Section-->
<stat_view name="basic" <stat_view name="basic"
label="Basic" label="Basic"
......
...@@ -95,9 +95,6 @@ ...@@ -95,9 +95,6 @@
<on_click <on_click
function="Inventory.GearDefault.Custom.Action" function="Inventory.GearDefault.Custom.Action"
parameter="empty_lostnfound" /> parameter="empty_lostnfound" />
<on_enable
function="Inventory.GearDefault.Enable"
parameter="not_empty" />
</menu_item_call> </menu_item_call>
<menu_item_separator <menu_item_separator
layout="topleft" /> layout="topleft" />
...@@ -155,8 +152,5 @@ ...@@ -155,8 +152,5 @@
<on_click <on_click
function="Inventory.GearDefault.Custom.Action" function="Inventory.GearDefault.Custom.Action"
parameter="empty_trash" /> parameter="empty_trash" />
<on_enable
function="Inventory.GearDefault.Enable"
parameter="not_empty" />
</menu_item_call> </menu_item_call>
</toggleable_menu> </toggleable_menu>
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