FIRE-11866: 'Environment' button no longer working in StarLight and StarLightCUI skins
+ small cleanup in MetaHarper
parent
2bb5f3a7f4
commit
7a95c3a0ae
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue