Gui\Default\Views\Chat\ChatWindowSkin.xml
Code:
<BorderView view_layout="horizontal" max_size_extend="Point(COORD_MAX,COORD_MAX)"
layout_borders="Rect(0,0,0,0)"
view_flags = "BVF_TILE_ALL_BORDERS|BVF_TILE_BACKGROUND"
bg_bitmap_borders = "Rect(2,0,0,10)"
gfx_tl = ""
gfx_tr = ""
gfx_bl = "chat/chatwindow_bottomleft.tga"
gfx_br = "chat/chatwindow_bottomright.tga"
gfx_left = "chat/chatwindow_left.tga"
gfx_top = ""
gfx_right = ""
gfx_bottom = "chat/chatwindow_bottom.tga"
gfx_background = "chat/chatwindow_background.tga"
>
</BorderView>
chat background textures in here.
scrollbar a bit lower in same file ->
Code:
<ScrollBar name="TextScrollBar"
layout_borders = "Rect(0,27,0,10)"
interaction_borders="Rect(0,10,6,10)"
v_button_up = "VButtonUp"
v_button_down = "VButtonDown"
v_knob_center = "chat/chatwindow_right_scrollbar.tga"
v_knob_top = ""
v_knob_bottom = ""
v_background = "chat/chatwindow_right_notscrollbar.tga" >
<template:Button template:name="VButtonUp"
gfxid_raised = "chat/chatwindow_right_notscrollbar.tga"
gfxid_pressed = "chat/chatwindow_right_notscrollbar.tga"
gfxid_highlight = ""
/>
<template:Button template:name="VButtonDown"
gfxid_raised = "chat/chatwindow_right_notscrollbar.tga"
gfxid_pressed = "chat/chatwindow_right_notscrollbar.tga"
gfxid_highlight = ""
/>
</ScrollBar>