diff options
author | jezz_x <jezz_x@svn> | 2010-05-12 21:42:55 +0000 |
---|---|---|
committer | jezz_x <jezz_x@svn> | 2010-05-12 21:42:55 +0000 |
commit | a1ee526ac1c924564deea38334e85153ebe96f2d (patch) | |
tree | 53c540aec59983c05b5096dc0b5e47eacdf36565 /addons/skin.confluence | |
parent | 35a477c20896bdd3e91a2af5e7de1c15ea6e94a3 (diff) |
Fixed : [Confluence] removed tricks to show changlog in main addon info window now it has its own
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30068 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'addons/skin.confluence')
-rw-r--r-- | addons/skin.confluence/720p/DialogAddonInfo.xml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/addons/skin.confluence/720p/DialogAddonInfo.xml b/addons/skin.confluence/720p/DialogAddonInfo.xml index e53f655e1b..b4e4c1ec32 100644 --- a/addons/skin.confluence/720p/DialogAddonInfo.xml +++ b/addons/skin.confluence/720p/DialogAddonInfo.xml @@ -87,8 +87,6 @@ <control type="group">
<posx>270</posx>
<posy>130</posy>
- <visible>![Control.HasFocus(10) | Control.HasFocus(62)]</visible>
- <include>VisibleFadeEffect</include>
<control type="label">
<description>Type txt</description>
<posx>150</posx>
@@ -334,63 +332,6 @@ </control>
</control>
</control>
- <control type="group">
- <posx>270</posx>
- <posy>130</posy>
- <include>VisibleFadeEffect</include>
- <visible>Control.HasFocus(10) | Control.HasFocus(62)</visible>
- <control type="label">
- <description>Description txt</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>300</width>
- <height>25</height>
- <label>$LOCALIZE[24036]</label>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>blue</textcolor>
- </control>
- <control type="label">
- <description>Description Page Count</description>
- <posx>600</posx>
- <posy>0</posy>
- <width>300</width>
- <height>25</height>
- <label>$INFO[Container(403).CurrentPage, $LOCALIZE[31024] [COLOR=blue]([/COLOR]]$INFO[Container(403).NumPages,/,[COLOR=blue])[/COLOR]]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font12</font>
- <textcolor>grey</textcolor>
- </control>
- <control type="textbox" id="403">
- <description>Description</description>
- <posx>10</posx>
- <posy>30</posy>
- <width>580</width>
- <height>410</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>white</textcolor>
- <label>$INFO[ListItem.Property(Addon.ChangeLog)]</label>
- <pagecontrol>62</pagecontrol>
- </control>
- <control type="scrollbar" id="62">
- <posx>610</posx>
- <posy>30</posy>
- <width>25</width>
- <height>410</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>ScrollBarNib.png</textureslidernib>
- <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- </control>
<control type="group" id="9000">
<posx>10</posx>
<posy>280</posy>
|