Give the checkbox some more size

This commit is contained in:
cncfanatics
2010-09-05 17:57:08 +02:00
parent 4348281d9c
commit 9bfe4ebc2c

View File

@@ -27,7 +27,7 @@ class DroneCheckbox(ViewColumn):
def __init__(self, fittingView, params):
ViewColumn.__init__(self, fittingView)
self.resizable = False
self.size = 16
self.size = 24
for name, state in (("checked", wx.CONTROL_CHECKED), ("unchecked", 0)):
bitmap = wx.EmptyBitmap(16, 16)
dc = wx.MemoryDC()