WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Button
    from Rev 59 to Rev 64
    Reverse comparison

Rev 59 → Rev 64

PhanxConfig-Button.lua
8,7 → 8,7
its internals may change at any time without notice.
----------------------------------------------------------------------]]
 
local MINOR_VERSION = tonumber( string.match( "$Revision: 28 $", "%d+" ) )
local MINOR_VERSION = tonumber( string.match( "$Revision: 29 $", "%d+" ) )
 
local lib, oldminor = LibStub:NewLibrary( "PhanxConfig-Button", MINOR_VERSION )
if not lib then return end
54,7 → 54,7
 
button:SetText( name )
button:SetWidth( math.min( 44, button:GetTextWidth() + 8 ) )
button:SetHeight( 22 )
button:SetHeight( 24 )
 
button.desc = desc