mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-22 03:00:15 +00:00
Merge pull request #5 from aglebov/master
Added a scroll bar to the torrent list
This commit is contained in:
commit
406f44d5d9
5 changed files with 17 additions and 0 deletions
|
@ -162,6 +162,22 @@
|
|||
<texture>blue.png</texture>
|
||||
</control>
|
||||
-->
|
||||
<control type="scrollbar" id="121">
|
||||
<description>Scroll bar for the torrent list</description>
|
||||
<posx>935</posx>
|
||||
<posy>35</posy>
|
||||
<width>30</width>
|
||||
<height>500</height>
|
||||
<visible>true</visible>
|
||||
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
|
||||
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
|
||||
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
|
||||
<textureslidernib>ScrollBarNib.png</textureslidernib>
|
||||
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
|
||||
<pulseonselect></pulseonselect>
|
||||
<orientation>vertical</orientation>
|
||||
<showonepage>false</showonepage>
|
||||
</control>
|
||||
<control type="list" id="120">
|
||||
<description>Torrent list</description>
|
||||
<posx>135</posx>
|
||||
|
@ -173,6 +189,7 @@
|
|||
<visible>true</visible>
|
||||
<onleft>111</onleft>
|
||||
<onright>117</onright>
|
||||
<pagecontrol>121</pagecontrol>
|
||||
<itemlayout width="560" height="70">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
|
BIN
resources/skins/Default/media/ScrollBarNib.png
Normal file
BIN
resources/skins/Default/media/ScrollBarNib.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
resources/skins/Default/media/ScrollBarV.png
Normal file
BIN
resources/skins/Default/media/ScrollBarV.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/skins/Default/media/ScrollBarV_bar.png
Normal file
BIN
resources/skins/Default/media/ScrollBarV_bar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
resources/skins/Default/media/ScrollBarV_bar_focus.png
Normal file
BIN
resources/skins/Default/media/ScrollBarV_bar_focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in a new issue