Quick fix for display columns size

This commit is contained in:
HomeWorld
2010-11-02 17:13:24 +02:00
parent 1d082475f5
commit 155485da9c

View File

@@ -30,7 +30,7 @@ class ViewColumn(object):
self.fittingView = fittingView
self.columnText = ""
self.imageId = -1
self.size = wx.LIST_AUTOSIZE_USEHEADER
self.size = wx.LIST_AUTOSIZE_USEHEADER if 'wxMSW' in wx.PlatformInfo else wx.LIST_AUTOSIZE
self.mask = 0