From 7a3ba2feb9d62797b55d04b1f639721f953256b8 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 30 Dec 2017 16:11:41 +0000 Subject: [PATCH] Edit to frame sizes --- ExpCore/GuiParts/center.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ExpCore/GuiParts/center.lua b/ExpCore/GuiParts/center.lua index de4d6eb3..88bad2e3 100644 --- a/ExpCore/GuiParts/center.lua +++ b/ExpCore/GuiParts/center.lua @@ -76,7 +76,7 @@ function center._center:draw(frame) vertical_scroll_policy='never' } tab_bar_scroll.style.minimal_height = 40 - tab_bar_scroll.style.width = 500 + tab_bar_scroll.style.width = 490 local tab_bar_scroll_flow = tab_bar_scroll.add{ type='flow', name='tab_bar_scroll_flow', @@ -88,6 +88,7 @@ function center._center:draw(frame) name='tab', direction='vertical' } + tab.style.width = 500 local tab_scroll = tab.add{ type ='scroll-pane', name='tab_scroll',