Skip to content

Commit

Permalink
transparency...andthen some
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie committed May 5, 2012
1 parent 4602ccb commit d875071
Show file tree
Hide file tree
Showing 24 changed files with 359 additions and 315 deletions.
10 changes: 10 additions & 0 deletions 720p/CustomSkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<height>628</height>
<texture border="6">background-light.png</texture>
<include>WindowOpenCloseFade</include>
<colordiffuse>D0000000</colordiffuse>
</control>
<include>SettingsHeader</include>
<control type="group">
Expand Down Expand Up @@ -139,6 +140,15 @@
<selected>!Skin.HasSetting(NoScrollDescription)</selected>
<onclick>Skin.ToggleSetting(NoScrollDescription)</onclick>
</control>
<control type="radiobutton" id="103">
<posx>0</posx>
<posy>0</posy>
<width>775</width>
<height>50</height>
<label>$LOCALIZE[31032]</label>
<selected>!Skin.HasSetting(MusicPlayerFanart)</selected>
<onclick>Skin.ToggleSetting(MusicPlayerFanart)</onclick>
</control>
</control>
<control type="scrollbar" id="199">
<posx>782</posx>
Expand Down
10 changes: 10 additions & 0 deletions 720p/FileManager.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<height>628</height>
<texture border="6">background-light.png</texture>
<include>WindowOpenCloseFadeSettings</include>
<colordiffuse>D0000000</colordiffuse>
</control>
<include>SettingsHeader</include>
<control type="group">
Expand Down Expand Up @@ -141,6 +142,15 @@
<orientation>vertical</orientation>
</control>
</control>
<control type="image">
<posx>682</posx>
<posy>170</posy>
<width>1</width>
<height>480</height>
<texture>white.png</texture>
<colordiffuse>50FFFFFF</colordiffuse>
<include>WindowOpenCloseFade</include>
</control>
<control type="group">
<posx>688</posx>
<posy>130</posy>
Expand Down
1 change: 1 addition & 0 deletions 720p/IncludesVars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
<value condition="Window.IsVisible(Profiles)">$LOCALIZE[10034]</value>
<value condition="Window.IsVisible(SystemInfo)">$LOCALIZE[10007]</value>
<value condition="Window.IsVisible(FileManager)">$LOCALIZE[7]</value>
<value condition="Window.IsVisible(MusicPlaylistEditor)">$LOCALIZE[10503]</value>
<value condition="Window.IsVisible(1111)">$LOCALIZE[20077]</value>
</variable>
<variable name="SubMenuArrow">
Expand Down
Loading

0 comments on commit d875071

Please sign in to comment.