Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
- typo in CoolLine skin
  • Loading branch information
sinaris committed Sep 12, 2012
1 parent 97cbe46 commit c736a44
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions AsphyxiaUI/Modules/Skins/Addons/Coolline.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
local S, C, L, G = unpack( Tukui )

print"test"
---------------------------------------------------------------------------------------------
-- AddOn Name: AsphyxiaUI 6.0.0
-- License: MIT
-- Author: Sinaris @ Das Syndikat, Vaecia @ Blackmoore
-- Description: AsphyxiaUI, Editied Tukui Layout
---------------------------------------------------------------------------------------------

if not IsAddOnLoaded( "CoolLine" ) then return end
local S, C, L, G = unpack( Tukui )

if( not IsAddOnLoaded( "CoolLine" ) ) then return end

local cl = CoolLine
local db = CoolLineDB
Expand All @@ -26,11 +30,11 @@ local setup = function()
end

local update = function()
db.w = ( TukuiBar1:GetWidth() - 4 )
db.w = ( G.ActionBars.Bar1:GetWidth() - 4 )
db.h = ( 20 )

cl:updatelook()
cl:SetPoint( "BOTTOMLEFT", TukuiBar1, "TOPLEFT", 2, 3 )
cl:SetPoint( "BOTTOMLEFT", G.ActionBars.Bar1, "TOPLEFT", 2, 3 )
end

update()
Expand Down

0 comments on commit c736a44

Please sign in to comment.