Scrollbar: Improve appearance

This commit is contained in:
QwertyChouskie 2019-07-08 19:11:37 -07:00
parent a238dc27e5
commit 62f5aa8e82
6 changed files with 35 additions and 20 deletions

View File

@ -229,10 +229,13 @@ when the border that intersect at this corner are enabled.
<!-- Scrollbars. Background and thumb have no state (always neutral state).
The buttons are the top and bottom arrows. Image must be top arrow, will
be mirrorred for bottom. Buttons can be in neutral or down state.
Advanced stretching is not used here.
-->
<element type="scrollbar_background" image="common/scrollbar_bg.png" />
<element type="scrollbar_thumb" image="coal/scrollbar_thumb.png" />
Advanced stretching is only used for the background and thumb. -->
<element type="scrollbar_background" image="common/scrollbar_bg.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="0.0" vborder_out_portion="0.0" />
<element type="scrollbar_thumb" image="coal/scrollbar_thumb.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="-1.0" vborder_out_portion="-1.0" />
<element type="scrollbar_button" image="common/scrollbar_btn.png" />
<element type="scrollbar_button" state="down" image="coal/scrollbar_btn_down.png" />

View File

@ -229,10 +229,13 @@ when the border that intersect at this corner are enabled.
<!-- Scrollbars. Background and thumb have no state (always neutral state).
The buttons are the top and bottom arrows. Image must be top arrow, will
be mirrorred for bottom. Buttons can be in neutral or down state.
Advanced stretching is not used here.
-->
<element type="scrollbar_background" image="common/scrollbar_bg.png" />
<element type="scrollbar_thumb" image="forest/scrollbar_thumb.png" />
Advanced stretching is only used for the background and thumb. -->
<element type="scrollbar_background" image="common/scrollbar_bg.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="0.0" vborder_out_portion="0.0" />
<element type="scrollbar_thumb" image="forest/scrollbar_thumb.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="-1.0" vborder_out_portion="-1.0" />
<element type="scrollbar_button" image="common/scrollbar_btn.png" />
<element type="scrollbar_button" state="down" image="forest/scrollbar_btn_down.png" />

View File

@ -228,10 +228,13 @@ when the border that intersect at this corner are enabled.
<!-- Scrollbars. Background and thumb have no state (always neutral state).
The buttons are the top and bottom arrows. Image must be top arrow, will
be mirrorred for bottom. Buttons can be in neutral or down state.
Advanced stretching is not used here.
-->
<element type="scrollbar_background" image="common/scrollbar_bg.png" />
<element type="scrollbar_thumb" image="ocean/scrollbar_thumb.png" />
Advanced stretching is only used for the background and thumb. -->
<element type="scrollbar_background" image="common/scrollbar_bg.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="0.0" vborder_out_portion="0.0" />
<element type="scrollbar_thumb" image="ocean/scrollbar_thumb.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="-1.0" vborder_out_portion="-1.0" />
<element type="scrollbar_button" image="common/scrollbar_btn.png" />
<element type="scrollbar_button" state="down" image="ocean/scrollbar_btn_down.png" />

View File

@ -226,10 +226,13 @@ when the border that intersect at this corner are enabled.
<!-- Scrollbars. Background and thumb have no state (always neutral state).
The buttons are the top and bottom arrows. Image must be top arrow, will
be mirrorred for bottom. Buttons can be in neutral or down state.
Advanced stretching is not used here.
-->
<element type="scrollbar_background" image="common/scrollbar_bg.png" />
<element type="scrollbar_thumb" image="peach/scrollbar_thumb.png" />
Advanced stretching is only used for the background and thumb. -->
<element type="scrollbar_background" image="common/scrollbar_bg.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="0.0" vborder_out_portion="0.0" />
<element type="scrollbar_thumb" image="peach/scrollbar_thumb.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="-1.0" vborder_out_portion="-1.0" />
<element type="scrollbar_button" image="common/scrollbar_btn.png" />
<element type="scrollbar_button" state="down" image="peach/scrollbar_btn_down.png" />

View File

@ -227,10 +227,13 @@ when the border that intersect at this corner are enabled.
<!-- Scrollbars. Background and thumb have no state (always neutral state).
The buttons are the top and bottom arrows. Image must be top arrow, will
be mirrorred for bottom. Buttons can be in neutral or down state.
Advanced stretching is not used here.
-->
<element type="scrollbar_background" image="common/scrollbar_bg.png" />
<element type="scrollbar_thumb" image="ruby/scrollbar_thumb.png" />
Advanced stretching is only used for the background and thumb. -->
<element type="scrollbar_background" image="common/scrollbar_bg.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="0.0" vborder_out_portion="0.0" />
<element type="scrollbar_thumb" image="ruby/scrollbar_thumb.png"
left_border="7" right_border="7" top_border="7" bottom_border="7"
hborder_out_portion="-1.0" vborder_out_portion="-1.0" />
<element type="scrollbar_button" image="common/scrollbar_btn.png" />
<element type="scrollbar_button" state="down" image="ruby/scrollbar_btn_down.png" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB