aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-04-01 03:24:20 +1000
committerJezz_X <jezzx2@gmail.com>2012-04-25 09:50:36 +1000
commite8296a5778f7d35307524a77a0afd369c818240e (patch)
tree2a84e8db9acdaaadf0b1db0aab3337c82d847d1c /addons
parent23182ec9c1acf305261b0d2951acd613cbb84466 (diff)
Fixed: [Confluence] alignment of Muted icon
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/DialogMuteBug.xml27
-rw-r--r--addons/skin.confluence/720p/Home.xml1
-rw-r--r--addons/skin.confluence/720p/includes.xml1
3 files changed, 9 insertions, 20 deletions
diff --git a/addons/skin.confluence/720p/DialogMuteBug.xml b/addons/skin.confluence/720p/DialogMuteBug.xml
index 0325d88a99..8549f51f84 100644
--- a/addons/skin.confluence/720p/DialogMuteBug.xml
+++ b/addons/skin.confluence/720p/DialogMuteBug.xml
@@ -7,26 +7,13 @@
<posy>0</posy>
</coordinates>
<controls>
- <control type="group">
- <posx>80r</posx>
- <posy>0</posy>
- <animation effect="slide" end="100,0" time="200" tween="quadratic" easing="out">WindowClose</animation>
- <animation effect="slide" start="100,0" time="200" tween="quadratic" easing="out">WindowOpen</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>80</width>
- <height>35</height>
- <texture flipx="true" border="32,0,0,0">header.png</texture>
- </control>
- <control type="image">
- <posx>35</posx>
- <posy>0</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>icon-mute.png</texture>
- </control>
+ <control type="image">
+ <posx>50r</posx>
+ <posy>2</posy>
+ <width>45</width>
+ <height>45</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon-mute.png</texture>
</control>
</controls>
</window> \ No newline at end of file
diff --git a/addons/skin.confluence/720p/Home.xml b/addons/skin.confluence/720p/Home.xml
index a8584e0f72..6a3355ec51 100644
--- a/addons/skin.confluence/720p/Home.xml
+++ b/addons/skin.confluence/720p/Home.xml
@@ -1090,6 +1090,7 @@
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date]</label>
<include>Window_OpenClose_Animation</include>
+ <animation effect="slide" start="0,0" end="-40,0" time="100" condition="Window.IsVisible(Mutebug)">conditional</animation>
</control>
</controls>
</window>
diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml
index 57704164aa..4d36009597 100644
--- a/addons/skin.confluence/720p/includes.xml
+++ b/addons/skin.confluence/720p/includes.xml
@@ -818,6 +818,7 @@
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
+ <animation effect="slide" start="0,0" end="-40,0" time="100" condition="Window.IsVisible(Mutebug)">conditional</animation>
</control>
</include>
<include name="backgroundfade">