From ee0a3d1404f26494ec1ea7e02a08847baf529658 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Mon, 28 Jun 2021 23:30:02 -0400 Subject: Updated main menu pages - Added a home server button. - Added a HUD Options panel. - Updated the source schema. - Updated the backpack, trade, stats, workshop --- resource/ui/econ/tradingstartdialog.res | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'resource/ui/econ/tradingstartdialog.res') diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index ed81ff3..9dd70ee 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" @@ -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" @@ -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" @@ -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" -- cgit v1.2.3 From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/econ/tradingstartdialog.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource/ui/econ/tradingstartdialog.res') diff --git a/resource/ui/econ/tradingstartdialog.res b/resource/ui/econ/tradingstartdialog.res index 9dd70ee..3a5719c 100644 --- a/resource/ui/econ/tradingstartdialog.res +++ b/resource/ui/econ/tradingstartdialog.res @@ -33,7 +33,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "west" "textinsetx" "34" "use_proportional_insets" "1" @@ -245,7 +245,7 @@ { "ControlName" "CExLabel" "fieldName" "EmptyPlayerListLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_TradeStartDialog_FriendsNone" "textAlignment" "north" "xpos" "0" @@ -298,7 +298,7 @@ { "ControlName" "CExLabel" "fieldName" "EmptyPlayerListLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#TF_TradeStartDialog_ServerNone" "textAlignment" "north" "xpos" "0" -- cgit v1.2.3