Skip to content

Commit

Permalink
[DataText] Adjust frame level for gold datatext for tooltip on mouseover
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed Nov 27, 2023
1 parent 9a232bc commit 7793cb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ShestakUI/Config/DataText.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ LPSTAT_CONFIG = {
tip_x = cBN and 0 or C.bag.enable and -50 or -21,
tip_y = cBN and 85 or C.bag.enable and 0 or 20,
strata = cBN and "DIALOG" or "HIGH",
level = 10
level = 13
},
-- Top block
Stats = {
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Config/DataText_TBC.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ LPSTAT_CONFIG = {
tip_x = cBN and 0 or C.bag.enable and -50 or -21,
tip_y = cBN and 85 or C.bag.enable and 0 or 20,
strata = cBN and "DIALOG" or "HIGH",
level = 10
level = 13
},
-- Top block
Stats = {
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Config/DataText_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ LPSTAT_CONFIG = {
tip_x = cBN and 0 or C.bag.enable and -50 or -21,
tip_y = cBN and 85 or C.bag.enable and 0 or 20,
strata = cBN and "DIALOG" or "HIGH",
level = 10
level = 13
},
-- Top block
Stats = {
Expand Down
2 changes: 1 addition & 1 deletion ShestakUI/Config/DataText_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ LPSTAT_CONFIG = {
tip_x = cBN and 0 or C.bag.enable and -50 or -21,
tip_y = cBN and 85 or C.bag.enable and 0 or 20,
strata = cBN and "DIALOG" or "HIGH",
level = 10
level = 13
},
-- Top block
Stats = {
Expand Down

0 comments on commit 7793cb5

Please sign in to comment.