mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
Fix dialog size and title
This commit is contained in:
parent
ae68b03a45
commit
06efcbe9a6
3
main.lua
3
main.lua
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user