Quantcast
function TipBuddy_AnchorDropDown_OnLoad(self)
	UIDropDownMenu_Initialize(self,TipBuddy_AnchorDropDown_Initialize,"MENU");
--	TipBuddy_SavedVars["general"]["anchor_pos"] = TipBuddy_AnchorPos[1];
--	UIDropDownMenu_SetSelectedValue(this, nil, TipBuddy_SavedVars["general"]["anchor_pos"]);
	UIDropDownMenu_SetButtonWidth(self, 50);
	UIDropDownMenu_SetWidth(self, 80);
end