From 80d7b792e9e4398f82a526199773fe9c82b2f71c Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Fri, 12 Jan 2024 19:38:07 +0800 Subject: [PATCH] Add res for hidpi. --- .../svencoop_hidpi/captionmod/ChatDialog.res | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Build/svencoop_hidpi/captionmod/ChatDialog.res diff --git a/Build/svencoop_hidpi/captionmod/ChatDialog.res b/Build/svencoop_hidpi/captionmod/ChatDialog.res new file mode 100644 index 00000000..ba61c306 --- /dev/null +++ b/Build/svencoop_hidpi/captionmod/ChatDialog.res @@ -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" + } +}