comparison Core.lua @ 74:8d11fc88ecab

Default summary width is now 700 pixels (up from 650). Changed the item data table into a class which is now also used at the custom widgets.
author Zerotorescue
date Fri, 24 Dec 2010 21:55:11 +0100
parents 6329ee822172
children 958aba5f3297
comparison
equal deleted inserted replaced
73:6216b754350d 74:8d11fc88ecab
48 ["Bag"] = true, 48 ["Bag"] = true,
49 ["Auction House"] = true, 49 ["Auction House"] = true,
50 }, 50 },
51 summary = { 51 summary = {
52 speed = 5, 52 speed = 5,
53 width = 650, 53 width = 700,
54 height = 600, 54 height = 600,
55 }, 55 },
56 colors = { 56 colors = {
57 red = 0, 57 red = 0,
58 orange = 0.3, 58 orange = 0.3,