Quantcast

Resource widgets were too small

Scott Sibley [09-14-10 - 06:51]
Resource widgets were too small
Filename
Modules/Text.lua
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 051583c..d584367 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -163,7 +163,7 @@ end
 		color = [[
 return 1, 1, 0
 ]],
-		cols = 10,
+		cols = 20,
 		update = 1000,
 		dontRtrim = true,
 		point = {"TOPLEFT", "GameTooltip", "BOTTOMLEFT", 0, -124},
@@ -217,7 +217,7 @@ end
 		color = [[
 return 1, 1, 0
 ]],
-		cols = 10,
+		cols = 20,
 		align = WidgetText.ALIGN_RIGHT,
 		update = 1000,
 		dontRtrim = true,