Skip to content

Commit

Permalink
Add res for hidpi.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Jan 12, 2024
1 parent 78d77d6 commit 80d7b79
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions Build/svencoop_hidpi/captionmod/ChatDialog.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
"captionmod/ChatDialog.res"
{
"chat"
{
"ControlName" "EditablePanel"
"fieldName" "chat"
"visible" "1"
"enabled" "1"
"xpos" "60"
"ypos" "r+360"
"wide" "400"
"tall" "200"
"autoResize" "1"
"PaintBackgroundType" "2"
"settitlebarvisible" "0"
}

"ChatInputLine"
{
"ControlName" "EditablePanel"
"fieldName" "ChatInputLine"
"visible" "1"
"enabled" "1"
"xpos" "30"
"ypos" "r+160"
"wide" "380"
"tall" "2"
"PaintBackgroundType" "0"
}

"ChatHistory"
{
"ControlName" "RichText"
"fieldName" "ChatHistory"
"xpos" "10"
"ypos" "17"
"wide" "380"
"tall" "75"
"wrap" "1"
"autoResize" "1"
"pinCorner" "1"
"visible" "1"
"enabled" "1"
"labelText" ""
"textAlignment" "south-west"
"font" "ChatFont"
"maxchars" "-1"
}
}

0 comments on commit 80d7b79

Please sign in to comment.