Skip to content

Commit 94acd3d

Browse files
committed
Fix a small typo
1 parent 8c94c29 commit 94acd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/SideBarMixin.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ function SideBarMixin:CreateScrollBox(parentContainer)
825825
end
826826

827827
ContainerFrame.ScrollView = CreateScrollBoxListLinearView();
828-
ContainerFrame.ScrollView:SetElementExtent(20); -- Fixed height for each row; required as we"re not using XML.
828+
ContainerFrame.ScrollView:SetElementExtent(20); -- Fixed height for each row; required as we're not using XML.
829829
ContainerFrame.ScrollView:SetElementInitializer("Button", OnListElementInitialized);
830830

831831
ScrollUtil.InitScrollBoxWithScrollBar(ContainerFrame.ScrollBox, ContainerFrame.ScrollBar, ContainerFrame.ScrollView)

0 commit comments

Comments
 (0)