MetaHookSv icon indicating copy to clipboard operation
MetaHookSv copied to clipboard

[CaptionMod][Suggestion] Better positioning and dimensions

Open di57inct opened this issue 1 year ago • 0 comments

"captionmod/ChatDialog.res"
{
	"chat"
	{
		"ControlName"		"EditablePanel"
		"fieldName" 		"chat"
		"visible" 		"1"
		"enabled" 		"1"
		"xpos"			"10"
		"ypos"			"230"
		"wide"	 		"450"
		"tall"	 		"180"
		"PaintBackgroundType"	"2"
		"settitlebarvisible"	"0"
	}

	"ChatInputLine"
	{
		"ControlName"	"EditablePanel"
		"fieldName" 	"ChatInputLine"
		"visible" 		"1"
		"enabled" 		"1"
		"xpos"			"10"
		"ypos"			"350"
		"wide"	 		"430"
		"tall"	 		"2"
		"PaintBackgroundType"	"0"
	}

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

ChatDialog.txt

Preview: Captură de ecran 2022-07-07 003119

di57inct avatar Jul 06 '22 21:07 di57inct