Few Edits to task list

This commit is contained in:
Cooldude2606
2019-10-24 17:23:44 +01:00
parent f7cff8b236
commit b74c334913
2 changed files with 91 additions and 79 deletions

View File

@@ -669,13 +669,13 @@ function Gui.scroll_table(parent,height,column_count,name)
type = 'scroll-pane',
direction = 'vertical',
horizontal_scroll_policy = 'never',
vertical_scroll_policy = 'auto-and-reserve-space',
vertical_scroll_policy = 'auto',
style = 'scroll_pane_under_subheader'
}
-- Change the style of the scroll
local scroll_style = scroll.style
scroll_style.padding = {1,2}
scroll_style.padding = {1,3}
scroll_style.maximal_height = height
scroll_style.horizontally_stretchable = true