Use the Multiline Editbox for the State and Visibility Custom config

This commit is contained in:
Hendrik Leppkes
2008-10-11 00:33:02 +02:00
parent f99404c5a6
commit d2658cb4f0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -239,6 +239,7 @@ function module:GetStateOptionsTable()
get = optGetter,
set = optSetter,
disabled = disabledFunc,
multiline = true,
},
}
+1
View File
@@ -249,6 +249,7 @@ function Bar:GetOptionObject()
name = L["Custom Conditionals"],
desc = L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"],
width = "full",
multiline = true,
},
},
},