Quoted from broesel

[…]

Adjust wide, not xpos :)

If xpos is c-n, wide should be n*2, considering all sub elements are properly centered within the parent element.


"scores"
{
"ControlName" "CTFClientScoreBoardDialog"
"fieldName" "scoreinfo"
"xpos" "c-280"
"ypos" "-10"
"wide" "f0"
"tall" "480"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"avatar_width" "57" [$WIN32]
"name_width" "100" [$WIN32]
"status_width" "20" [$WIN32]
"nemesis_width" "15" [$WIN32]
"class_width" "15" [$WIN32]
"score_width" "25"
"ping_width" "23" [$WIN32]
}

no idea what f0 is but changing it to 480 made a difference, except not centered.

EDIT fixed:

"xpos" "c-360"
"wide" "720"


Last edited by Casual,