From a1fcf1fd5812cc8d7f8bcdf05ad80488ffa6e324 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 15 Oct 2008 10:09:38 +0200 Subject: [PATCH] Adjust bagbar button size to new bags --- BagBar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BagBar.lua b/BagBar.lua index 7607d9c..efd6894 100644 --- a/BagBar.lua +++ b/BagBar.lua @@ -54,8 +54,8 @@ function clearSetPoint(btn, ...) btn:SetPoint(...) end -BagBar.button_width = 37 -BagBar.button_height = 37 +BagBar.button_width = 30 +BagBar.button_height = 30 BagBarMod.button_count = 5 function BagBar:FeedButtons() local count = 1