Fixed stuff to go into the repo
MusicVisualisation.xml remove the BOM at the start of the file addon.xml (case sensitive issue): defaultthemename="textures.xbt" > defaultthemename="Textures.xbt" mind changing these to: noop DialogAddonInfo.xml: <onup>-</onup> DialogAddonInfo.xml: <onup>-</onup> DialogAddonInfo.xml: <ondown>-</ondown> DialogAddonInfo.xml: <ondown>-</ondown> EOL's: LICENSE.txt: Windows (CRLF) sounds/sounds.xml: Windows (CRLF) Pointer.xml ERROR: Control 1 in window 10099 has been asked to focus, but it can't DialogFullScreenInfo.xml ERROR: Control 1 in window 10142 has been asked to focus, but it can't
This commit is contained in:
parent
afd335f5eb
commit
db603f1358
@ -224,8 +224,8 @@
|
||||
<font>-</font>
|
||||
<onleft>61</onleft>
|
||||
<onright>9000</onright>
|
||||
<ondown>-</ondown>
|
||||
<onup>-</onup>
|
||||
<ondown>noop</ondown>
|
||||
<onup>noop</onup>
|
||||
<textcolor>white</textcolor>
|
||||
<showonepage>true</showonepage>
|
||||
</control>
|
||||
@ -320,8 +320,8 @@
|
||||
<font>-</font>
|
||||
<onleft>9000</onleft>
|
||||
<onright>60</onright>
|
||||
<ondown>-</ondown>
|
||||
<onup>-</onup>
|
||||
<ondown>noop</ondown>
|
||||
<onup>noop</onup>
|
||||
<textcolor>white</textcolor>
|
||||
<showonepage>true</showonepage>
|
||||
</control>
|
||||
|
@ -22,7 +22,7 @@
|
||||
<height>170</height>
|
||||
<texture>black-back.png</texture>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<control type="label">
|
||||
<description>System Time Label</description>
|
||||
<posx>1250</posx>
|
||||
<posy>10</posy>
|
||||
@ -252,7 +252,7 @@
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<control type="label">
|
||||
<description>System Time Label</description>
|
||||
<posx>1250</posx>
|
||||
<posy>10</posy>
|
||||
@ -470,7 +470,7 @@
|
||||
<font>font12</font>
|
||||
<textcolor>white</textcolor>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<control type="label">
|
||||
<description>System Time Label</description>
|
||||
<posx>1250</posx>
|
||||
<posy>10</posy>
|
||||
@ -589,7 +589,7 @@
|
||||
<height>170</height>
|
||||
<texture>black-back.png</texture>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<control type="label">
|
||||
<description>System Time Label</description>
|
||||
<posx>1250</posx>
|
||||
<posy>10</posy>
|
||||
@ -752,7 +752,7 @@
|
||||
<ondown>2</ondown>
|
||||
</control>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<control type="label">
|
||||
<description>System Time Label</description>
|
||||
<posx>1250</posx>
|
||||
<posy>10</posy>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<window>
|
||||
<window>
|
||||
<defaultcontrol>-</defaultcontrol>
|
||||
<allowoverlay>no</allowoverlay>
|
||||
<controls>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<window>
|
||||
<defaultcontrol>1</defaultcontrol>
|
||||
<defaultcontrol>-/defaultcontrol>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
<posx>0</posx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user