From eb94851936d721f12728401305827cd9d5afd226 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 30 Dec 2017 17:19:54 +0000 Subject: [PATCH] Added Image Frame to Popups --- ExpCore/GuiParts/center.lua | 2 +- ExpCore/GuiParts/popup.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ExpCore/GuiParts/center.lua b/ExpCore/GuiParts/center.lua index cfacac6d..8036d536 100644 --- a/ExpCore/GuiParts/center.lua +++ b/ExpCore/GuiParts/center.lua @@ -89,7 +89,7 @@ function center._center:draw(frame) type ='frame', name='tab', direction='vertical', - style = 'image_frame' + style='image_frame' } tab.style.width = 510 tab.style.height = 305 diff --git a/ExpCore/GuiParts/popup.lua b/ExpCore/GuiParts/popup.lua index 1e5177af..dca3fd9f 100644 --- a/ExpCore/GuiParts/popup.lua +++ b/ExpCore/GuiParts/popup.lua @@ -66,7 +66,7 @@ function popup.open(style,data,players) type='frame', name='inner_frame', direction='vertical', - style=mod_gui.frame_style + style='image_frame' } _popup.close:draw(_frame) if is_type(_popup.draw,'function') then @@ -90,7 +90,7 @@ function popup.open(style,data,players) type='frame', name='inner_frame', direction='vertical', - style=mod_gui.frame_style + style='image_frame' } thread.data.popup.close:draw(_frame) if is_type(thread.data.popup.draw,'function') then