-- Default to "All factions"; the dropdown contents are built dynamically -- from the categories actually scanned (see Reputations.lua / BuildModel). UIDropDownMenu_SetWidth(self, 140) UIDropDownMenu_SetButtonWidth(self, 20) UIDropDownMenu_SetText(self, ALL) UIDropDownMenu_Initialize(self, Altoholic.Reputations.DropDownFaction_Initialize) FauxScrollFrame_OnVerticalScroll(self, offset, 41, Altoholic.Reputations.Update)