aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estouchy
diff options
context:
space:
mode:
authorronie <ronie@users.noreply.github.com>2017-11-11 16:40:38 +0100
committerronie <ronie@users.noreply.github.com>2017-11-11 16:40:38 +0100
commitaee0d0889a14c6b39c7bb5a4e8fac4ce91bf8bf2 (patch)
tree0623555fd689718634510776385d78b8a6bac6b0 /addons/skin.estouchy
parentd97dc60399304b151bf20b9d0ebe139c1b62db5f (diff)
[Estouchy] add scrollbar to the settings dialog
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r--addons/skin.estouchy/xml/DialogSettings.xml26
1 files changed, 22 insertions, 4 deletions
diff --git a/addons/skin.estouchy/xml/DialogSettings.xml b/addons/skin.estouchy/xml/DialogSettings.xml
index 2e5c796f23..e7f8e12479 100644
--- a/addons/skin.estouchy/xml/DialogSettings.xml
+++ b/addons/skin.estouchy/xml/DialogSettings.xml
@@ -38,13 +38,31 @@
<control type="grouplist" id="5">
<posx>0</posx>
<posy>60</posy>
- <width>800</width>
+ <width>750</width>
<height>630</height>
<itemgap>-1</itemgap>
- <onleft>9000</onleft>
- <onright>9000</onright>
+ <pagecontrol>60</pagecontrol>
+ <onleft>60</onleft>
+ <onright>60</onright>
<onup>5</onup>
- <ondown>5</ondown>
+ <ondown>9000</ondown>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>762</posx>
+ <posy>90</posy>
+ <width>26</width>
+ <height>570</height>
+ <texturesliderbackground colordiffuse="30FFFFFF">white.png</texturesliderbackground>
+ <texturesliderbar colordiffuse="grey">white.png</texturesliderbar>
+ <texturesliderbarfocus colordiffuse="blue">white.png</texturesliderbarfocus>
+ <textureslidernib>blank.png</textureslidernib>
+ <textureslidernibfocus>blank.png</textureslidernibfocus>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <animation effect="fade" time="150">Visible</animation>
+ <animation effect="fade" time="150">Hidden</animation>
</control>
<control type="button" id="7">
<posx>0</posx>