blob: 2b39422d66d32e807beacd56181f570cb760217e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<Item>
<Image source="pics/softshadow-left.sci" x="-16" y="-16"
width="16" height="{parent.height+32}" />
<Image source="pics/softshadow-right.sci" x="{parent.width}" y="-16"
width="16" height="{parent.height+32}" />
<Image source="pics/softshadow-top.png" x="0" y="-16"
width="{parent.width}" height="16" />
<Image source="pics/softshadow-bottom.png" x="0" y="{parent.height}"
width="{webview.width*webview.scale}" height="16" />
</Item>
|