mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-21 19:18:41 +00:00
Add xml declaration to xml files
This commit is contained in:
parent
05b03a4a88
commit
b9024bf9e1
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<window>
|
||||
<defaultcontrol>111</defaultcontrol>
|
||||
<allowoverlay>yes</allowoverlay>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">111</defaultcontrol>
|
||||
<allowoverlays>false</allowoverlays>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<skin>
|
||||
<defaultresolution>720p</defaultresolution>
|
||||
<defaultresolutionwide>720p</defaultresolutionwide>
|
||||
|
|
Loading…
Reference in a new issue