Merge pull request #5 from aglebov/master

Added a scroll bar to the torrent list
This commit is contained in:
Correl Roush 2013-03-08 18:25:07 -08:00
commit 406f44d5d9
5 changed files with 17 additions and 0 deletions

View file

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB