blob: 663ac71b9627610e55943803c2b671121362a91b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<container id="winamp.albumart" name="Album Art" default_visible="1" nomenu="1" >
<groupdef id="albumart.content.group">
<AlbumArt
id="waaa" fitparent="1" move="1"
/>
<script file="scripts/albumart.maki" param="waaa" />
</groupdef>
<layout id="normal" minimum_w="107" minimum_h="60" h="164" w="164">
<Wasabi:Standardframe:NoStatus
x="0" y="0" w="0" h="0" relatw="1" relath="1"
content="albumart.content.group"
/>
</layout>
</container>
|