Skip to content

Commit

Permalink
[Layout]: Fixed height issue for columns in non-auto sized windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-jackalope committed Aug 13, 2019
1 parent 6508b25 commit bdc4653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Internal/UI/LayoutManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ local function GetColumnSize(Instance)

if not Window.IsAutoSize() then
W = ColumnW
H = WinH
Column.W = W
else
W = math.max(Column.W, ColumnW)
Expand Down

0 comments on commit bdc4653

Please sign in to comment.