Fix for first column fracked up size

This commit is contained in:
HomeWorld
2010-11-15 18:49:41 +02:00
parent ebed3f3858
commit 97c2c51457
3 changed files with 5 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ from eos.types import Drone, Fit, Module, Slot
class BaseIcon(ViewColumn):
name = "Base Icon"
def __init__(self, fittingView, params, defaultSize = 16):
def __init__(self, fittingView, params):
ViewColumn.__init__(self, fittingView)
self.size = defaultSize
self.size = 16
self.maxsize = self.size
self.mask = wx.LIST_MASK_IMAGE
self.columnText = ""