Quantcast

width -> cols

Scott Sibley [08-17-10 - 00:13]
width -> cols
Filename
Modules/Text.lua
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 3f3fea1..537da37 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -369,11 +369,11 @@ return self.unitLocation
 		rightUpdating = true,
 		enabled = false,
 		marquee = true,
-		width = 20,
+		cols = 20,
 		prefix = 'return "---"',
 		postfix = 'return "---"',
 		bold = true,
-		align = 'M',
+		align = WidgetText.ALIGN_MARQUEE,
 		update = 1000,
 		speed = 500,
 		direction = DIRECTION_LEFT