diff options
Diffstat (limited to 'addons/skin.estuary/xml/SettingsCategory.xml')
-rw-r--r-- | addons/skin.estuary/xml/SettingsCategory.xml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/addons/skin.estuary/xml/SettingsCategory.xml b/addons/skin.estuary/xml/SettingsCategory.xml index a5498a347c..e5d4cd71e4 100644 --- a/addons/skin.estuary/xml/SettingsCategory.xml +++ b/addons/skin.estuary/xml/SettingsCategory.xml @@ -134,20 +134,27 @@ <textureradiooffnofocus>icons/settings.png</textureradiooffnofocus> </control> </control> - <control type="scrollbar" id="60"> + <control type="group"> <right>0</right> <top>163</top> - <width>12</width> <bottom>137</bottom> - <orientation>vertical</orientation> - <texturesliderbackground /> - <animation effect="slide" end="6,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(60)">conditional</animation> - <onleft>5</onleft> - <onright>5</onright> - <animation effect="fade" start="0" end="100" time="200" delay="300">Visible</animation> - <animation effect="fade" start="100" end="0" time="200">Hidden</animation> - <animation effect="fade" start="0" end="100" delay="300" time="320">WindowOpen</animation> - <animation effect="fade" start="100" end="0" time="150">WindowClose</animation> + <width>60</width> + <control type="scrollbar" id="60"> + <right>0</right> + <top>0</top> + <bottom>0</bottom> + <width>12</width> + <orientation>vertical</orientation> + <texturesliderbackground /> + <animation effect="slide" end="6,0" time="300" tween="sine" easing="inout" condition="!Control.HasFocus(60)">conditional</animation> + <onleft>5</onleft> + <onright>5</onright> + <animation effect="fade" start="0" end="100" time="200" delay="300">Visible</animation> + <animation effect="fade" start="100" end="0" time="200">Hidden</animation> + <animation effect="fade" start="0" end="100" delay="300" time="320">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="150">WindowClose</animation> + <hitrect x="0" y="0" w="60" h="100%" /> + </control> </control> <include content="TopBar"> <param name="breadcrumbs_label" value="$LOCALIZE[5]$INFO[Control.GetLabel(2), / ]" /> |