Mercurial > wow > askmrrobot
comparison ui/AmrUiTabGroup.lua @ 81:0515882856f1 v38
updated for 7.0
author | yellowfive |
---|---|
date | Tue, 19 Jul 2016 10:05:32 -0700 |
parents | 01b63b8ed811 |
children | 57c6cac5143c |
comparison
equal
deleted
inserted
replaced
80:8f235b016212 | 81:0515882856f1 |
---|---|
235 border:SetPoint("TOPLEFT", 0, -borderoffset) | 235 border:SetPoint("TOPLEFT", 0, -borderoffset) |
236 border:SetPoint("BOTTOMRIGHT", 0, 3) | 236 border:SetPoint("BOTTOMRIGHT", 0, 3) |
237 | 237 |
238 local line = border:CreateTexture(nil, "ARTWORK") | 238 local line = border:CreateTexture(nil, "ARTWORK") |
239 line:Hide() | 239 line:Hide() |
240 line:SetTexture(1, 1, 1, 1) | 240 line:SetColorTexture(1, 1, 1, 1) |
241 line:SetHeight(4) | 241 line:SetHeight(4) |
242 | 242 |
243 local content = CreateFrame("Frame", nil, border) | 243 local content = CreateFrame("Frame", nil, border) |
244 content:SetPoint("TOPLEFT", 0, 0) | 244 content:SetPoint("TOPLEFT", 0, 0) |
245 content:SetPoint("BOTTOMRIGHT", 0, 0) | 245 content:SetPoint("BOTTOMRIGHT", 0, 0) |