changeset 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 f99b9602bdab
children f5d384fe7e4a
files Modules/DisplayInvested.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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