Skip to content

Commit

Permalink
Toc bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Alar of Runetotem committed May 14, 2024
1 parent e9e7dda commit ec372d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OrderHallCommander.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100206
## Interface: 110000
## Title: OrderHallCommander
## Notes: Sending all follower to missions with just one click and more
## Notes-itIT: Invia tutti i seguaci in missione con un click e molto altro
Expand Down
4 changes: 4 additions & 0 deletions RelNotes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ self:Wiki([[
== Silent mode ==
typing /ohc silent in chat will eliminate every chat message from OrderHallCommander
]])
self:RelNotes(2,3,0,[[
Toc: Update for 10.2.7
Fix: Lua Error about SetJustifyV
]])
self:RelNotes(2,2,0, [[
toc: 10.2.6
]])
Expand Down
2 changes: 1 addition & 1 deletion missionlist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ function module:InitialSetup(this)
else
frame.label:SetText("You are using |cffff0000BETA VERSION|r "..addon.version ..".\nIf something doesnt work usually typing /reload will fix it.")
end
frame.label:SetJustifyV("CENTER")
frame.label:SetJustifyV("MIDDLE")
frame.label:SetJustifyH("CENTER")
frame:SetHeight(frame.label:GetStringHeight()+15)
frame:SetWidth(OHF:GetWidth())
Expand Down

0 comments on commit ec372d4

Please sign in to comment.