d9a8d3f - Fix small issues, use StateDrivers instead of reimplementing
[wowui.git] / OmaRFConfig / IndicatorsConfig.lua
index 8783860..8d051f3 100644 (file)
@@ -20,7 +20,7 @@ local function createOptionsTable(self)
                     auras = {
                         type = "input",
                         name = "Auras",
-                        multiline = true,
+                        multiline = 10,
                         width = "full",
                         get = function(item)
                             return table.concat(self.db.profile.majorAuras["auras"], "\n");