13 lines
338 B
XML
13 lines
338 B
XML
<container size="18">
|
|
<image src="gui/%{icon}" size="16"></image>
|
|
<label hover-color='#30A0FF'
|
|
pos="20,2"
|
|
interactive="true"
|
|
onclick='%{open_func}("%{filename}")'
|
|
markup='md'
|
|
tooltip='%{unit}'
|
|
sizefunc="-1,-1">
|
|
[#FFFFFF80]%{path}[#FFFFFFFF]%{name}
|
|
</label>
|
|
</container>
|