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/craftingpanel.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/craftingpanel.res')
| -rw-r--r-- | resource/ui/craftingpanel.res | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resource/ui/craftingpanel.res b/resource/ui/craftingpanel.res index b3e8da2..b6d777b 100644 --- a/resource/ui/craftingpanel.res +++ b/resource/ui/craftingpanel.res @@ -94,7 +94,7 @@ "recipebuttons_kv" { - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "xpos" "0" "ypos" "0" "zpos" "1" @@ -146,7 +146,7 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#CraftStep1" "textAlignment" "north-west" "xpos" "c-290" @@ -177,7 +177,7 @@ { "ControlName" "CExLabel" "fieldName" "RecipeTitle" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%recipetitle%" "textAlignment" "west" "xpos" "0" @@ -217,7 +217,7 @@ { "ControlName" "CExLabel" "fieldName" "InputLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#Craft_Recipe_Inputs" "textAlignment" "north-west" "xpos" "0" @@ -236,7 +236,7 @@ { "ControlName" "CExLabel" "fieldName" "OutputLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#Craft_Recipe_Outputs" "textAlignment" "north-west" "xpos" "0" @@ -266,7 +266,7 @@ "enabled" "0" "tabPosition" "0" "labelText" "#CraftConfirm" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" @@ -281,7 +281,7 @@ { "ControlName" "CExLabel" "fieldName" "FreeAccountLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "#Craft_PremiumRecipe" "textAlignment" "west" "xpos" "0" @@ -312,7 +312,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#TF_Trial_Upgrade" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "center" "textinsetx" "50" "dulltext" "0" |
