Skip to content

Commit

Permalink
Merge branch 'release/1.4.5' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NoobTaco committed Aug 21, 2024
2 parents 9d6a604 + e4ba07f commit 95669d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.5]

### Updated

- Moved PowerBarContainer (Flight Interface) - May need to be relocated if interfered with.
- Moved OzCooldownsMover location (ProjectAzilroka)
- TopCenterMover relocated to give more space on top of screen

## [1.4.4]

### Updated
Expand Down
2 changes: 1 addition & 1 deletion NoobTacoUI.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11502,11503, 40400, 110000, 110002
## Title: |cFF16C3F2NoobTaco|r|cFFFFFFFFUI|r
## Author: NoobTaco
## Version: 1.4.4
## Version: 1.4.5
## Notes: Contains layouts from NoobTacoUI
## RequiredDeps: ElvUI
## DefaultState: enabled
Expand Down
7 changes: 4 additions & 3 deletions modules/Movers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local NoobTacoUI, E, L, V, P, G = unpack(select(2, ...))

function NoobTacoUI:SetupMovers()
-- MOVERS -----------------------------------------------------------------
-- PowerBarWidget for flight bar and more?
E.db["movers"]["PowerBarContainerMover"] = "BOTTOM,ElvUIParent,BOTTOM,0,80"

-- Center Cluster of Actionbars.
E.db["movers"]["ElvAB_1"] = "BOTTOM,ElvUIParent,BOTTOM,0,4"
Expand Down Expand Up @@ -34,14 +36,14 @@ function NoobTacoUI:SetupMovers()
E.db["movers"]["ElvUIBagMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-4,232"
E.db["movers"]["NB_LocationLiteMover"] = "TOP,ElvUIParent,TOP,0,0"
E.db["movers"]["RightChatMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-4,4"
E.db["movers"]["TopCenterContainerMover"] = "TOP,ElvUIParent,TOP,0,-20"
E.db["movers"]["TopCenterContainerMover"] = "TOP,ElvUIParent,TOP,0,-35"
E.db["movers"]["ThreatBarMover"] = "TOPRIGHT,ElvUIParent,TOPRIGHT,-5,-243"
E.db["movers"]["LeftChatMover"] = "BOTTOMLEFT,ElvUIParent,BOTTOMLEFT,4,4"
E.db["movers"]["GMMover"] = "TOP,ElvUIParent,TOP,-346,-30"
E.db["movers"]["LocationMover"] = "TOP,ElvUIParent,TOP,0,-1"
E.db["movers"]["MirrorTimer3Mover"] = "TOP,ElvUIParent,TOP,0,-101"
E.db["movers"]["MicrobarMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-4,229"
E.db["movers"]["OzCooldownsMover"] = "BOTTOM,ElvUIParent,BOTTOM,0,425"
E.db["movers"]["OzCooldownsMover"] = "BOTTOM,ElvUIParent,BOTTOM,0,215"
E.db["movers"]["MirrorTimer2Mover"] = "TOP,ElvUIParent,TOP,0,-83"
E.db["movers"]["BelowMinimapContainerMover"] = "TOPRIGHT,ElvUIParent,TOPRIGHT,-113,-555"
E.db["movers"]["iFilger_ItemCooldownsMover"] = "BOTTOM,ElvUIParent,BOTTOM,-121,456"
Expand Down Expand Up @@ -79,5 +81,4 @@ function NoobTacoUI:SetupMovers()
E.db["movers"]["ElvUF_FocusMover"] = "BOTTOMRIGHT,ElvUIParent,BOTTOMRIGHT,-300,485"
E.db["movers"]["ElvUF_AssistMover"] = "TOPLEFT,ElvUIParent,TOPLEFT,4,-370"
E.db["movers"]["ElvUF_TankMover"] = "TOPLEFT,ElvUIParent,TOPLEFT,4,-305"

end

0 comments on commit 95669d4

Please sign in to comment.