Skip to content

Commit

Permalink
addoninfo - remove unneeded visibility checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BigNoid committed Jul 10, 2017
1 parent c570b4a commit 84dd424
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions 1080i/DialogAddonInfo.xml
Expand Up @@ -30,7 +30,6 @@
<onright>60</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<animation effect="fade" start="100" end="50" time="300" tween="sine" easing="inout" condition="Window.IsActive(textviewer)">Conditional</animation>
<control type="button" id="9">
<description>Configure Addon</description>
<width>356</width>
Expand Down Expand Up @@ -90,8 +89,6 @@
<include>SystemRightPanel</include>
<control type="group">
<left>490</left>
<visible>!Window.isVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<include>SettingsFadeAnimation</include>
<control type="grouplist">
<left>32</left>
<top>32</top>
Expand Down Expand Up @@ -210,7 +207,6 @@
<left>522</left>
<top>751</top>
<include>SettingsFadeAnimation</include>
<visible>!Window.isVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<visible>!String.IsEmpty(ListItem.AddonBroken)</visible>
<control type="image">
<width>120</width>
Expand Down

0 comments on commit 84dd424

Please sign in to comment.