PDA

View Full Version : help with WSB



A.J
March 13th, 2013, 05:32 PM
where is this? so I can change


Thanks to those who help me

61625

Mr GRiM
March 13th, 2013, 06:25 PM
where is this? so I can change


Thanks to those who help me

61625

The white border there is in the wucltux.dll

In UIFILE 123 Look for class="moduleborder1' and change the bordercolor rgbs.

Or another way is to edit line 152:

<element borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="themeable(RGB(204,204,204),buttonshadow)"/>

and change to:

<element borderthickness="rect(1rp,1rp,1rp,1rp)" bordercolor="themeable(gtc(CONTROLPANELSTYLE,17,0,3821))"/>

The other image is a bitmap also in the same wucltux.dll, image 32.

A.J
March 13th, 2013, 06:35 PM
thank you very much Grim :Smile: