Fix dialog size and title

This commit is contained in:
nucular 2014-08-09 17:06:00 +02:00
parent ae68b03a45
commit 06efcbe9a6

View File

@ -355,7 +355,8 @@ function createActionButtons()
f:AddItem(b) f:AddItem(b)
local fr = lf.Create("frame") local fr = lf.Create("frame")
fr:SetSize(300, 105) fr:SetName("Alright")
fr:SetSize(400, 105)
fr:Center() fr:Center()
fr:SetVisible(false) fr:SetVisible(false)
fr:SetModal(false) fr:SetModal(false)