From fd8ae7a1f397b925f5a55dc01ad0bdd3b18a2b1f Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 10 Aug 2022 23:41:39 -0300 Subject: [PATCH] Fixed the options font size --- Libs/DF/fw.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 06199088..5f99904b 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 326 +local dversion = 327 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) @@ -2505,8 +2505,8 @@ end --DF.font_templates ["ORANGE_FONT_TEMPLATE"] = {color = "orange", size = 11, font = "Accidental Presidency"} --DF.font_templates ["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 12, font = "Accidental Presidency"} -DF.font_templates ["ORANGE_FONT_TEMPLATE"] = {color = "orange", size = 11, font = DF:GetBestFontForLanguage()} -DF.font_templates ["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 12, font = DF:GetBestFontForLanguage()} +DF.font_templates ["ORANGE_FONT_TEMPLATE"] = {color = "orange", size = 10, font = DF:GetBestFontForLanguage()} +DF.font_templates ["OPTIONS_FONT_TEMPLATE"] = {color = "yellow", size = 10, font = DF:GetBestFontForLanguage()} -- dropdowns