diff Bar.lua @ 30:0d95ce7a9ec2

- added Ace3 externs - converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0 - partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later) - cleaned up a couple other tidbits
author Flick <flickerstreak@gmail.com>
date Wed, 02 Apr 2008 23:31:13 +0000
parents 21bcaf8215ff
children c54c481ad0ed
line wrap: on
line diff
--- a/Bar.lua	Wed Apr 02 18:22:02 2008 +0000
+++ b/Bar.lua	Wed Apr 02 23:31:13 2008 +0000
@@ -21,8 +21,8 @@
 
   local f = CreateFrame("Frame",nil,config.parent or UIParent,"SecureStateDriverTemplate")
   f:SetFrameStrata("MEDIUM")
-  config.width = config.width or 400
-  config.height = config.height or 80
+  config.width = config.width or 480
+  config.height = config.height or 40
   f:SetWidth(config.width)
   f:SetWidth(config.height)