From dae7cd1529572e4314c016e455c622223aad097e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= <55154964+CMAULTOP@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:14:02 +0300 Subject: [PATCH] A small change to make it more beautiful --- gamemode/core/derma/cl_help.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemode/core/derma/cl_help.lua b/gamemode/core/derma/cl_help.lua index 9e2680a78..6254d995b 100644 --- a/gamemode/core/derma/cl_help.lua +++ b/gamemode/core/derma/cl_help.lua @@ -191,7 +191,7 @@ hook.Add("PopulateHelpMenu", "ixHelpMenu", function(tabs) info:SetTall(info:GetTall() + 16) info.Paint = function(_, width, height) - surface.SetDrawColor(ColorAlpha(derma.GetColor("Info", info), 160)) + surface.SetDrawColor(ix.config.Get("color")) surface.DrawRect(0, 0, width, height) end @@ -283,7 +283,7 @@ hook.Add("PopulateHelpMenu", "ixHelpMenu", function(tabs) info:SetTall(info:GetTall() + 16) info.Paint = function(_, width, height) - surface.SetDrawColor(ColorAlpha(derma.GetColor("Info", info), 160)) + surface.SetDrawColor(ix.config.Get("color")) surface.DrawRect(0, 0, width, height) end