Skip to content

Commit

Permalink
10/10
Browse files Browse the repository at this point in the history
  • Loading branch information
violin-suzutsuki committed Apr 19, 2023
1 parent 5caba28 commit b45769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ do
});

local function RecalculateListPosition()
ListOuter.Position = UDim2.fromOffset(DropdownOuter.AbsolutePosition.X, DropdownOuter.AbsolutePosition.Y + DropdownOuter.Size.X.Offset + 1);
ListOuter.Position = UDim2.fromOffset(DropdownOuter.AbsolutePosition.X, DropdownOuter.AbsolutePosition.Y + DropdownOuter.Size.Y.Offset + 1);
end;

local function RecalculateListSize(YSize)
Expand Down

1 comment on commit b45769a

@ikurax64dbg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to fix coregui.execution 0

Please sign in to comment.