diff Modules/DisplayInvested.lua @ 32:e6ddeb9f9994

Changed 'Count' to '# Owned' and made it right aligned.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Fri, 16 Jul 2010 16:31:24 -0700
parents 34daa46b644a
children aaa716c93fb2
line wrap: on
line diff
--- a/Modules/DisplayInvested.lua	Fri Jul 16 06:52:08 2010 -0700
+++ b/Modules/DisplayInvested.lua	Fri Jul 16 16:31:24 2010 -0700
@@ -27,7 +27,7 @@
 			end
 		end,
 	},
-	{ name= "Count", width = 50, defaultsort = "asc", },
+	{ name= "# owned", width = 50, align = "RIGHT", defaultsort = "asc", },
 }
 
 local investedTable = false