Skip to content

Commit

Permalink
Added skin for CalendarCreateEventDifficultyOptionDropDown.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Dec 7, 2015
1 parent e043929 commit d3ad81f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ShestakUI/Modules/Skins/Blizzard/Calendar.lua
Expand Up @@ -106,6 +106,7 @@ local function LoadSkin()
T.SkinDropDownBox(CalendarCreateEventHourDropDown, 68)
T.SkinDropDownBox(CalendarCreateEventMinuteDropDown, 68)
T.SkinDropDownBox(CalendarCreateEventAMPMDropDown, 68)
T.SkinDropDownBox(CalendarCreateEventDifficultyOptionDropDown)
--T.SkinDropDownBox(CalendarCreateEventRepeatOptionDropDown, 120)
CalendarCreateEventIcon:SetTexCoord(0.1, 0.9, 0.1, 0.9)
CalendarCreateEventIcon.SetTexCoord = T.dummy
Expand Down Expand Up @@ -181,4 +182,4 @@ local function LoadSkin()
end
end

T.SkinFuncs["Blizzard_Calendar"] = LoadSkin
T.SkinFuncs["Blizzard_Calendar"] = LoadSkin

0 comments on commit d3ad81f

Please sign in to comment.