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/econ/paintkitconsumedialog.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/econ/paintkitconsumedialog.res')
| -rw-r--r-- | resource/ui/econ/paintkitconsumedialog.res | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/resource/ui/econ/paintkitconsumedialog.res b/resource/ui/econ/paintkitconsumedialog.res index 24f6186..aef33ff 100644 --- a/resource/ui/econ/paintkitconsumedialog.res +++ b/resource/ui/econ/paintkitconsumedialog.res @@ -25,7 +25,8 @@ "tall" "30" "visible" "1" "enabled" "1" - "fgcolor_override" "TanLight" + "allcaps" "1" + "fgcolor_override" "ColorCyan" "proportionaltoparent" "1" } @@ -108,7 +109,7 @@ { "ControlName" "Label" "fieldName" "WorkingText" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_UsePaintkit_Working" "textAlignment" "north" "xpos" "cs-0.5" @@ -155,7 +156,7 @@ { "ControlName" "Label" "fieldName" "SuccessText" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#AbuseReport_SucceededTitle" "textAlignment" "north" "xpos" "cs-0.5" @@ -202,7 +203,7 @@ { "ControlName" "Label" "fieldName" "FailureText" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_UsePaintkit_Failed" "textAlignment" "north" "xpos" "cs-0.5" @@ -221,7 +222,7 @@ { "fieldName" "InspectionPanel" "xpos" "0" - "ypos" "40" + "ypos" "30" "zpos" "10" "wide" "f0" "tall" "350" @@ -243,7 +244,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#GameUI_CancelBold" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -270,11 +271,12 @@ "enabled" "1" "tabPosition" "0" "labelText" "#TF_QuestView_RedeemReward" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" "brighttext" "0" + "allcaps" "1" "Command" "accept" "proportionaltoparent" "1" "sound_depressed" "UI/buttonclick.wav" |
