Quote:
|
Originally Posted by heidrickla
This problem not limited to extreme ui. First noticed it in Nedra then Steel Bottom. The vertical scroll bar for this ui which is originally from the nedra gothic theme seems to go mia when there are alot of lines it needs to scroll. Is it possible its a problem with the fetish_widgets1.dds from the goth theme? Was also wondering if the nedra parts in here are from classic or nightfall. Whenever ya get a chance.
Was tinkering around and figured out that the minimum thumb size was set too small in _fetishstyles.xml it is set to 17 currently I changed it to 21 and it seems to have fixed it. Let me know if this fix works for everyone else that was having this problem. It's on line 256.
Here is what it was:
<ScrollbarStyle Background.Normal="vscrollbar.vscrollbar_background" EndCap.Disabled="vscrollbar.vscrollbar_endcap_disabled" EndCap.Normal="vscrollbar.vscrollbar_endcap_normal" EndCap.Pressed="vscrollbar.vscrollbar_endcap_rollover" EndCap.StopOffset="18" Name="vscroll" StartCap.Disabled="vscrollbar.vscrollbar_startcap_disabled" StartCap.Normal="vscrollbar.vscrollbar_startcap_normal" StartCap.Pressed="vscrollbar.vscrollbar_startcap_rollover" Startcap.StopOffset="20" Thumb.Background.Normal="vscrollbar.vscrollbar_thumb_center" Thumb.EndCap.Normal="vscrollbar.vscrollbar_thumb_end" Thumb.MaxSize="1000" Thumb.MinSize="17" Thumb.StartCap.Normal="vscrollbar.vscrollbar_thumb_start"/>
And this is what I changed it to:
<ScrollbarStyle Background.Normal="vscrollbar.vscrollbar_background" EndCap.Disabled="vscrollbar.vscrollbar_endcap_disabled" EndCap.Normal="vscrollbar.vscrollbar_endcap_normal" EndCap.Pressed="vscrollbar.vscrollbar_endcap_rollover" EndCap.StopOffset="18" Name="vscroll" StartCap.Disabled="vscrollbar.vscrollbar_startcap_disabled" StartCap.Normal="vscrollbar.vscrollbar_startcap_normal" StartCap.Pressed="vscrollbar.vscrollbar_startcap_rollover" Startcap.StopOffset="20" Thumb.Background.Normal="vscrollbar.vscrollbar_thumb_center" Thumb.EndCap.Normal="vscrollbar.vscrollbar_thumb_end" Thumb.MaxSize="1000" Thumb.MinSize="21" Thumb.StartCap.Normal="vscrollbar.vscrollbar_thumb_start"/>
|
Hey heidrickla post this over on the fetish post if you would. I hate to change things that may be changed in the next update from someone else. and then the bug comes back because I forgot to change it in the new fetishstyles. If u know what I mean..