From 67eaca6492bda941e40d89babb536b99c26df0bc Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sun, 7 Aug 2016 03:19:20 +0200 Subject: [PATCH] small fix --- gui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.lua b/gui.lua index a8ce932..8377f60 100644 --- a/gui.lua +++ b/gui.lua @@ -60,7 +60,7 @@ function m.LOAD() button:SetPoint('TOPLEFT', 0, -((button:GetID() - 1) * UIDROPDOWNMENU_BUTTON_HEIGHT) - 7) button:SetPoint('TOPRIGHT', 0, -((button:GetID() - 1) * UIDROPDOWNMENU_BUTTON_HEIGHT) - 7) local text = button:GetFontString() - text:SetFont(m.config.font, m.config.medium_font_size) + text:SetFont(m.config.font, m.config.small_font_size2) text:SetPoint('TOPLEFT', 18, 0) text:SetPoint('BOTTOMRIGHT', -8, 0) local highlight = getglobal('DropDownList1Button'..i..'Highlight')