Added a Vertical MicroMenu option

The MicroMenu can once again be vertical again, however it does not have a full-blown Rows configuration like the actionbars do, due to some issues with the non-square micromenu buttons.
As a result of that, padding between the buttons is currently not available either.
Its planned to make the MicroMenu use the default ButtonBar template too in the future.
This commit is contained in:
Hendrik Leppkes
2008-10-09 00:40:03 +02:00
parent 6d91f0f80f
commit f99404c5a6
11 changed files with 36 additions and 1 deletions
+2
View File
@@ -93,6 +93,7 @@ if not L then return end
-- L["SHIFT"] = true
-- L["Scale"] = true
-- L["Self-Cast by modifier"] = true
-- L["Show the MicroMenu vertically."] = true
-- L["Show the keyring button."] = true
-- L["Specify the Color of the Out of Mana Indicator"] = true
-- L["Specify the Color of the Out of Range Indicator"] = true
@@ -111,6 +112,7 @@ if not L then return end
-- L["Toggle the use of the modifier-based self-cast functionality."] = true
-- L["Toggle the use of the right-click self-cast functionality."] = true
-- L["Use Custom Condition"] = true
-- L["Vertical MicroMenu"] = true
-- L["Visibility"] = true
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true