diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
| commit | 74d7e98a6b1f2445c6391e26e846da57c4d7240b (patch) | |
| tree | 77771d0fbc9c45de2f956996d3fe999ccf4e15a4 /resource/ui/craftingstatusdialog.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/craftingstatusdialog.res')
| -rw-r--r-- | resource/ui/craftingstatusdialog.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/ui/craftingstatusdialog.res b/resource/ui/craftingstatusdialog.res index a805dc3..88b677e 100644 --- a/resource/ui/craftingstatusdialog.res +++ b/resource/ui/craftingstatusdialog.res @@ -19,7 +19,7 @@ { "ControlName" "Label" "fieldName" "CenterPositioner" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "xpos" "0" "ypos" "10" "zpos" "0" @@ -47,7 +47,7 @@ { "ControlName" "Label" "fieldName" "TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "xpos" "0" "ypos" "0" "zpos" "0" |
