aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2011-04-02 15:07:53 +1100
committerJezz_X <jezzx2@gmail.com>2011-04-02 15:07:53 +1100
commit007b3d1f91f8ae634a0d92fb4b6f5a93a87d620e (patch)
tree4e0cdd2781c9d5c51e1a79f62e8c58dc7f54a705
parent97b5e9f770405d37ce0f6ca95f538e80fefe18aa (diff)
Changed: [Confluence] Added a workaround that actually mirrors the image in the file browser dialog when you select the "Mirror Image" button. Its not pretty but it works for now (thanks hitcher)
-rw-r--r--addons/skin.confluence/720p/FileBrowser.xml24
1 files changed, 17 insertions, 7 deletions
diff --git a/addons/skin.confluence/720p/FileBrowser.xml b/addons/skin.confluence/720p/FileBrowser.xml
index 53637f2aed..de819eb607 100644
--- a/addons/skin.confluence/720p/FileBrowser.xml
+++ b/addons/skin.confluence/720p/FileBrowser.xml
@@ -117,13 +117,23 @@
<height>210</height>
<texture border="5">button-nofocus.png</texture>
</control>
- <control type="image">
- <posx>250</posx>
- <posy>465</posy>
- <width>410</width>
- <height>200</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
+ <control type="image">
+ <posx>250</posx>
+ <posy>465</posy>
+ <width>410</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ <visible>!SubString(Control.GetLabel(416),*)</visible>
+ </control>
+ <control type="image">
+ <posx>250</posx>
+ <posy>465</posy>
+ <width>410</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture background="true" flipx="true">$INFO[ListItem.Icon]</texture>
+ <visible>SubString(Control.GetLabel(416),*)</visible>
</control>
<control type="panel" id="450">
<posx>20</posx>