WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/Designs/Lists
    from Rev 664 to Rev 669
    Reverse comparison

Rev 664 → Rev 669

CooldownBarList.lua
525,7 → 525,6
-- display bar
sbtib = sbtib:GetSelectedSBTIB();
countTypeFlag = countTypeFlag:GetSelection();
sbcolor = chk_bc:GetChecked();
-- fonts
trunc = trunc;
abr = chk_abr:GetChecked();
HeaderAuraIconList.lua
388,7 → 388,7
 
local ed_yoffset = VFLUI.LabeledEdit:new(ui, 50); ed_yoffset:Show();
ed_yoffset:SetText(VFLI.i18n("Y offset"));
if desc and desc.yoffset then ed_yoffset.editBox:SetText(desc.xoffset); else ed_yoffset.editBox:SetText("0"); end
if desc and desc.yoffset then ed_yoffset.editBox:SetText(desc.yoffset); else ed_yoffset.editBox:SetText("0"); end
ui:InsertFrame(ed_yoffset);
 
-------------- ButtonSkin