Skip to content

Commit

Permalink
[skin.esturay] TODO: How can we use default values for vertical slide…
Browse files Browse the repository at this point in the history
…rex controls? If I use sliderexs without sliderwidth and sliderheight the control will look ugly. Also border=10 is required to properly draw vertical sliders.
  • Loading branch information
AchimTuran committed Jul 13, 2016
1 parent acadc2f commit de07785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/skin.estuary/1080i/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,10 @@
<aligny>center</aligny>
<texturefocus border="40" colordiffuse="button_focus">buttons/button-fo.png</texturefocus>
<texturenofocus border="40">buttons/button-nofo.png</texturenofocus>
<orientation>horizontal</orientation>
<sliderwidth>150</sliderwidth>
<sliderheight>28</sliderheight>
<texturesliderbar>buttons/slider-back.png</texturesliderbar>
<texturesliderbar border="10">buttons/slider-back.png</texturesliderbar>
<textureslidernib>buttons/slider-nib.png</textureslidernib>
<textureslidernibfocus colordiffuse="button_focus">buttons/slider-nib.png</textureslidernibfocus>
<font>font13</font>
Expand Down

0 comments on commit de07785

Please sign in to comment.