diff options
| author | Igor <[email protected]> | 2020-12-30 16:06:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-30 16:06:07 -0500 |
| commit | 24f2c6bc6920ccaf988a3a7c424cb365d0ffd416 (patch) | |
| tree | 789a72af982f38a854fce934adf85f17798b3ccd /resource/ui/textwindow.res | |
| parent | 64fbf2711e92f6250dec10a09861fd7ba5df7ec4 (diff) | |
| parent | b3f0c0be8b3995a7c9943f8004ab9d08dd9fe95a (diff) | |
Merge pull request #160 from raysfire/dev
v2020.1230
Diffstat (limited to 'resource/ui/textwindow.res')
| -rw-r--r-- | resource/ui/textwindow.res | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/resource/ui/textwindow.res b/resource/ui/textwindow.res index 60171aa..b3c4d30 100644 --- a/resource/ui/textwindow.res +++ b/resource/ui/textwindow.res @@ -12,8 +12,6 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" - "settitlebarvisible" "0" } "MainBG" @@ -47,8 +45,6 @@ "enabled" "1" "labelText" "#TF_WELCOME" "textAlignment" "center" - "dulltext" "0" - "brighttext" "0" "font" "HudFontMedium" "fgcolor" "TanLight" } @@ -57,8 +53,7 @@ { "ControlName" "TextEntry" "fieldName" "TextMessage" - "visible" "0" - "enabled" "0" + "xpos" "9999" } "TFTextMessage" @@ -110,22 +105,18 @@ "pinCorner" "2" "visible" "1" "enabled" "1" - "tabPosition" "0" "labelText" "#TF_Continue" "textAlignment" "center" "dulltext" "0" "brighttext" "0" - "wrap" "0" "command" "okay" "default" "1" "font" "HudFontMedium" "paintbackground" "0" - - "fgcolor" "TanLight" + "defaultFgColor_override" "TanLight" "armedFgColor_override" "TanDark" - "depressedFgColor_override" "TanDark" - "selectedFgColor_override" "TanDark" + "depressedFgColor_override" "TanLight" } "MenuBG" @@ -146,19 +137,18 @@ { "ControlName" "Label" "fieldName" "MessageTitle" - "visible" "0" - "enabled" "0" + "xpos" "9999" } "teambutton0SC" { - "ControlName" "CExButton" - "fieldName" "teambutton0SC" - "wide" "0" - "tall" "0" - "visible" "1" - "enabled" "1" - "labelText" "&E" - "command" "okay" + "ControlName" "CExButton" + "fieldName" "teambutton0SC" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "labelText" "&E" + "command" "okay" } }
\ No newline at end of file |
