Mercurial > wow > askmrrobot
comparison ui/CombatLogTab.lua @ 49:90175bdc50e6 v17
fixed some localization issues and added new german translation
author | yellowfive |
---|---|
date | Sun, 09 Nov 2014 11:48:18 -0800 |
parents | 0e78d6424532 |
children | 6f1bb8fcf64d |
comparison
equal
deleted
inserted
replaced
48:7056a71acab3 | 49:90175bdc50e6 |
---|---|
54 tab:Hide() | 54 tab:Hide() |
55 | 55 |
56 -- tab header | 56 -- tab header |
57 local text = tab:CreateFontString(nil, "ARTWORK", "GameFontNormalLarge") | 57 local text = tab:CreateFontString(nil, "ARTWORK", "GameFontNormalLarge") |
58 text:SetPoint("TOPLEFT", 0, -5) | 58 text:SetPoint("TOPLEFT", 0, -5) |
59 text:SetText("Combat Logging") | 59 text:SetText(L.AMR_COMBATLOGTAB_COMBAT_LOGGING) |
60 | 60 |
61 --scrollframe | 61 --scrollframe |
62 tab.scrollframe = AskMrRobot.ScrollFrame:new(nil, tab) | 62 tab.scrollframe = AskMrRobot.ScrollFrame:new(nil, tab) |
63 tab.scrollframe:SetPoint("TOPLEFT", tab, "TOPLEFT", 0, -30) | 63 tab.scrollframe:SetPoint("TOPLEFT", tab, "TOPLEFT", 0, -30) |
64 tab.scrollframe:SetPoint("BOTTOMRIGHT", tab, "BOTTOMRIGHT", -30, 10) | 64 tab.scrollframe:SetPoint("BOTTOMRIGHT", tab, "BOTTOMRIGHT", -30, 10) |