From 06efcbe9a644f1db24a3123dc30291b44c75af55 Mon Sep 17 00:00:00 2001 From: nucular Date: Sat, 9 Aug 2014 17:06:00 +0200 Subject: [PATCH] Fix dialog size and title --- main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.lua b/main.lua index cf5f371..9d679d7 100644 --- a/main.lua +++ b/main.lua @@ -355,7 +355,8 @@ function createActionButtons() f:AddItem(b) local fr = lf.Create("frame") - fr:SetSize(300, 105) + fr:SetName("Alright") + fr:SetSize(400, 105) fr:Center() fr:SetVisible(false) fr:SetModal(false)