FIRE-11866: 'Environment' button no longer working in StarLight and StarLightCUI skins

+ small cleanup in MetaHarper
PanteraPolnocy 2013-10-13 13:46:33 +02:00
parent 2bb5f3a7f4
commit 7a95c3a0ae
3 changed files with 7 additions and 11 deletions

View File

@ -134,11 +134,7 @@
label="Sky"
tool_tip="Pops up Sky Editor window"
top_delta="0"
width="30">
<button.commit_callback
function="World.EnvPreset"
parameter="edit_sky" />
</button>
width="30" />
<!-- end of Windlight Button -->
</layout_panel>

View File

@ -139,9 +139,9 @@
tool_tip="Pops up Environment Settings window"
top_delta="0"
width="38">
<button.commit_callback
function="World.EnvSettings"
parameter="editor" />
<button.init_callback
function="Button.SetFloaterToggle"
parameter="env_settings" />
</button>
<!-- end of Windlight Button -->

View File

@ -138,9 +138,9 @@
tool_tip="Pops up Environment Settings window"
top_delta="0"
width="38">
<button.commit_callback
function="World.EnvSettings"
parameter="editor" />
<button.init_callback
function="Button.SetFloaterToggle"
parameter="env_settings" />
</button>
<!-- end of Windlight Button -->