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/tradingstartdialog.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/econ/tradingstartdialog.res')
| -rw-r--r-- | resource/ui/econ/tradingstartdialog.res | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index ed81ff3..3a5719c 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -6,7 +6,7 @@ "visible" "1" "enabled" "1" "xpos" "c-200" - "ypos" "80" + "ypos" "75" "wide" "400" "tall" "300" "bgcolor_override" "DarkerGrey" @@ -33,7 +33,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "west" "textinsetx" "34" "use_proportional_insets" "1" @@ -66,7 +66,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMedium" + "font" "HudFontMediumBig" "labelText" "#TF_TradeStartDialog_Title" "textAlignment" "north" "xpos" "0" @@ -78,6 +78,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" + "allcaps" "1" "fgcolor_override" "TanLight" } @@ -121,14 +122,14 @@ { "ControlName" "CExLabel" "fieldName" "QueryLabel" - "font" "HudFontSmallest" + "font" "HudFontMediumSmall" "labelText" "#TF_TradeStartDialog_Select" "textAlignment" "north" "xpos" "0" "ypos" "10" "zpos" "-1" "wide" "400" - "tall" "15" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -226,13 +227,13 @@ { "ControlName" "CExLabel" "fieldName" "QueryLabel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "labelText" "#TF_TradeStartDialog_Friends" "textAlignment" "north" "xpos" "0" "ypos" "10" "wide" "400" - "tall" "15" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -244,7 +245,7 @@ { "ControlName" "CExLabel" "fieldName" "EmptyPlayerListLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_TradeStartDialog_FriendsNone" "textAlignment" "north" "xpos" "0" @@ -278,11 +279,11 @@ { "ControlName" "CExLabel" "fieldName" "QueryLabel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "labelText" "#TF_TradeStartDialog_Server" "textAlignment" "north" "xpos" "0" - "ypos" "10" + "ypos" "20" "zpos" "-1" "wide" "400" "tall" "15" @@ -297,7 +298,7 @@ { "ControlName" "CExLabel" "fieldName" "EmptyPlayerListLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_TradeStartDialog_ServerNone" "textAlignment" "north" "xpos" "0" @@ -331,14 +332,14 @@ { "ControlName" "CExLabel" "fieldName" "QueryLabel" - "font" "HudFontSmallBold" + "font" "HudFontMediumSmall" "labelText" "#TF_TradeStartDialog_Profile" "textAlignment" "north" "xpos" "0" "ypos" "10" "zpos" "-1" "wide" "400" - "tall" "15" + "tall" "20" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -481,6 +482,7 @@ "dulltext" "0" "brighttext" "0" "default" "1" + "allcaps" "1" "Command" "cancel" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" |
