this:ClearFocus();
FauxScrollFrame_OnVerticalScroll(10, GEM_Config_Channels_UpdateList);
GEMOptionsFrameChannelsListAddPassword:SetFocus();
GEMOptionsFrameChannelsListAddAlias:SetFocus();
GEMOptionsFrameChannelsListAddSlash:SetFocus();
GEMOptions_ChannelBipValue:SetFocus();
GEM_Events.realms[GEM_Realm].my_names[GEM_PlayerName].BipOnChannelValue = GEMOptions_ChannelBipValue:GetText();
GEMOptions_SetBipBoxState();
GEMOptions_DateFormat:SetFocus();
getglobal(this:GetName().."Text"):SetText(GEM_TEXT_ICON.." - "..GEM_TEXT_ICON_ADJUST_ANGLE);
getglobal(this:GetName().."High"):SetText("360");
getglobal(this:GetName().."Low"):SetText("0");
this:SetMinMaxValues(0,360);
this:SetValueStep(1);
GEM_Events.MinimapArcOffset = this:GetValue();
GEMMinimapButton_Update();
getglobal(this:GetName().."Text"):SetText(GEM_TEXT_ICON.." - "..GEM_TEXT_ICON_ADJUST_RADIUS);
getglobal(this:GetName().."High"):SetText("150");
getglobal(this:GetName().."Low"):SetText("0");
this:SetMinMaxValues(0,150);
this:SetValueStep(1);
GEM_Events.MinimapRadiusOffset = this:GetValue();
GEMMinimapButton_Update();
GEMOptions_OnShow();