tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
399 stars 137 forks source link

Vertical Fill for more than just Party #1122

Closed SilverSix311 closed 7 months ago

SilverSix311 commented 7 months ago

Troubleshooting Steps

The Vertical Fill check box only exists for Party and not any others. I fixed it on my own, here is what I changed.

Line 663-665 - ElvUI_Options/Core/UnitFrames.lua if isGroupFrame then config.args.orientation = ACH:Select(L["Statusbar Fill Orientation"], L["Direction the health bar moves when gaining/losing health."], 9, { HORIZONTAL = L["Horizontal"], VERTICAL = L["Vertical"] }) end

To this: config.args.orientation = ACH:Select(L["Statusbar Fill Orientation"], L["Direction the health bar moves when gaining/losing health."], 9, { HORIZONTAL = L["Horizontal"], VERTICAL = L["Vertical"] })

Describe the expected behavior and what actually happened?

NA

Reproducing the issue.

NA

Lua Errors

NA

Verification Steps

1Botanica1 commented 7 months ago

Duplicate of #695