diff Modules/Config.lua @ 43:ec609592bfcc

Prevent default status text wrapping by making the description larger (in particular for when something is tagged as a "Required module").
author Zerotorescue
date Sat, 11 Sep 2010 23:29:47 +0200
parents 8168280420ae
children 1805df31794d
line wrap: on
line diff
--- a/Modules/Config.lua	Sat Sep 11 21:31:26 2010 +0200
+++ b/Modules/Config.lua	Sat Sep 11 23:29:47 2010 +0200
@@ -167,7 +167,7 @@
 					},
 					headerDefault = {
 						order = 2,
-						width = "normal",
+						width = "double",
 						type = "description",
 						fontSize = "medium",
 						name = "|cfffed000Default Status|r",
@@ -214,7 +214,7 @@
 		-- Default status
 		modulesConfigGroup.args.General.args[moduleName .. "default"] = {
 			order = ( orderNo + 2 ),
-			width = "normal",
+			width = "double",
 			type = "description",
 			fontSize = "medium",
 			name = function()