diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/textwindow.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/textwindow.res')
| -rw-r--r-- | resource/ui/textwindow.res | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index bb33c5a..e0e3288 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -35,7 +35,7 @@ "ControlName" "CExLabel" "fieldName" "TFMessageTitle" "xpos" "c-180" - "ypos" "c-116" + "ypos" "c-115" "zpos" "1" "wide" "360" "tall" "26" @@ -43,10 +43,11 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "labelText" "#TF_WELCOME" + "labelText" "%mapname%" "textAlignment" "center" "font" "HudFontMedium" "fgcolor" "TanLight" + "allcaps" "1" } "TextMessage" @@ -60,9 +61,9 @@ { "ControlName" "CExRichText" "fieldName" "TFTextMessage" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "c-170" - "ypos" "c-90" + "ypos" "c-85" "zpos" "1" "wide" "340" "tall" "180" @@ -96,10 +97,10 @@ { "ControlName" "CExButton" "fieldName" "ok" - "xpos" "c-180" + "xpos" "c-60" "ypos" "c96" "zpos" "6" - "wide" "360" + "wide" "120" "tall" "30" "autoResize" "0" "pinCorner" "2" @@ -114,9 +115,9 @@ "font" "HudFontMedium" "paintbackground" "0" - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanLight" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanLight" + "depressedFgColor_override" "TanDark" } "MenuBG" |
