Skip to content

Commit

Permalink
Improved TimeManager skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Dec 29, 2013
1 parent c4ca93d commit 8d6248b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Modules/Skins/Blizzard/TimeManager.lua
Expand Up @@ -13,8 +13,8 @@ local function LoadSkin()

T.SkinCloseButton(TimeManagerFrameCloseButton, TimeManagerFrame.backdrop)

T.SkinDropDownBox(TimeManagerAlarmHourDropDown, 70)
T.SkinDropDownBox(TimeManagerAlarmMinuteDropDown, 70)
T.SkinDropDownBox(TimeManagerAlarmHourDropDown, 79)
T.SkinDropDownBox(TimeManagerAlarmMinuteDropDown, 79)
T.SkinDropDownBox(TimeManagerAlarmAMPMDropDown, 70)

T.SkinEditBox(TimeManagerAlarmMessageEditBox)
Expand Down

1 comment on commit 8d6248b

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Со старым размером, цифры были смещены, а при нажатии на кнопку, возвращались на место. Сейчас цифры статичны, и строго по центру.

Please sign in to comment.