Skip to content

Commit

Permalink
[Home Menu] fixed issue with missing lines/shadow, when home header i…
Browse files Browse the repository at this point in the history
…s visible
  • Loading branch information
beatmasterRS committed Sep 26, 2019
1 parent a79cd56 commit f7cfa52
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 1080i/Includes_Home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
<!-- Header -->
<control type="group">
<visible>Skin.HasSetting(home.showheader)</visible>

<animation effect="slide" start="0" end="0,-250" time="150" condition="[!Skin.HasSetting(home.classicwidgets) + Control.HasFocus(301)]">Conditional</animation>
<animation effect="slide" start="0" end="0,-250" time="150">WindowClose</animation>
<animation effect="slide" end="0" start="0,-250" time="150">WindowOpen</animation>
Expand All @@ -163,6 +162,19 @@
<top>240</top>
<texture flipy="false">common/shadow16B.png</texture>
</control>
<control type="image" description="BottomBG">
<width>2000</width>
<height>15</height>
<top>230</top>
<texture flipy="true" colordiffuse="Background">common/shadow-50.png</texture>
</control>
<control type="image" description="Shadow">
<width>100%</width>
<height>1</height>
<top>240</top>
<texture flipy="true" colordiffuse="BoxHomerow">common/sch2.png</texture>
<visible>!Skin.HasSetting(thumbnails.white)</visible>
</control>
<include>Furniture_Header</include>
<control type="group">
<visible>Player.HasMedia</visible>
Expand Down

0 comments on commit f7cfa52

Please sign in to comment.