[fix] MyPVRChannels.xml: recording icon size (#28)

This commit is contained in:
Stefan Saraev 2017-05-01 18:02:06 +03:00 committed by Kevin Goffe
parent 8c3a0a0496
commit 3a2bb4ed65

View File

@ -269,8 +269,8 @@
<control type="image">
<left>5</left>
<top>37</top>
<width>30</width>
<height>20</height>
<width>16</width>
<height>16</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
@ -365,8 +365,8 @@
<control type="image">
<left>5</left>
<top>37</top>
<width>30</width>
<height>20</height>
<width>16</width>
<height>16</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>