View Single Post
  #1  
Unread 07-06-2007, 12:36 PM
fubaerra fubaerra is offline
A Young Mystail Rat
 
Join Date: Jan 2007
Server: Antonia Bayle
Posts: 5
Default Vertical Scrollbar in Main Chat window

I have made the chat input font size bigger as well as the text box and channel button at the bottom of the main chat window. However, i would also like to increase the (horizontal) size of the vertical scroll bar so it matches again with the channelbutton.

I have added the appropriate Rectangle styles in /CommonElements.ScrollbarVertical.data for the Default, Pressed and Disabled states in for example the following way:

<RectangleStyle Name="rect_bkg" Center="bkg" CenterShrinkH="true" CenterShrinkV="true"> (Is this correct?)

How do i add these RectangleStyles to the ScrollbarStyle to make it stretcheable, or am i going about this completely wrong? : )

Thanks!
Reply With Quote