Skip to content

Commit

Permalink
DF changes to SetJustifyV, adding Cata instead of Wrath TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreatv committed May 31, 2024
1 parent b4dc814 commit cd11f9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 32 deletions.
6 changes: 3 additions & 3 deletions DynamicBoxer/DBoxUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ function DB:ShowBigInfo(autohide)
end
local s = f:addText(slotStr, fo):Place(offset, 20, "TOP", "BOTTOM")
s:SetJustifyH("CENTER")
s:SetJustifyV("CENTER")
s:SetJustifyV("MIDDLE")
local t = DB:GetFactionTexture(f, DB.faction)
if t then
local offx = 12
Expand All @@ -972,11 +972,11 @@ function DB:ShowBigInfo(autohide)
class:PlaceRight(16, 0, "LEFT", "RIGHT")
local n = f:addText(DB.shortName, fo):Place(0, -6, "TOP", "BOTTOM")
n:SetJustifyH("CENTER")
n:SetJustifyV("CENTER")
n:SetJustifyV("MIDDLE")
n:SetTextColor(.6, .9, 1, .9)
local r = f:addText(DB.myRealm, fo):Place(0, 16, "TOP", "BOTTOM")
r:SetJustifyH("CENTER")
r:SetJustifyV("CENTER")
r:SetJustifyV("MIDDLE")
f:Scale(0) -- override padding
DB:Debug("w % h % s % %", f:GetWidth(), f:GetHeight(), f:GetScale(), f:GetEffectiveScale())
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 20504
## Interface: 40400
## Title: DynamicBoxer
## Notes: Manage multiboxing teams dynamically and more (|cFF99E5FF/dbox|r)
## Notes: Burning Crusade Classic edition
## Notes: Cataclysm Classic Edition
## Author: MooreaTV [email protected]
## Version: @project-version@
## DefaultState: Enabled
Expand Down
2 changes: 1 addition & 1 deletion DynamicBoxer/DynamicBoxer-Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100206
## Interface: 100207
## Title: DynamicBoxer
## Notes: Manage multiboxing teams dynamically and more (|cFF99E5FF/dbox|r)
## Notes: Dragonflight edition
Expand Down
26 changes: 0 additions & 26 deletions DynamicBoxer/DynamicBoxer-Wrath.toc

This file was deleted.

0 comments on commit cd11f9a

Please sign in to comment.