|
|
@@ -52,7 +52,7 @@ class DirectCheckButton(DirectButton):
|
|
|
# After initialization with X giving it the correct size, put back space
|
|
|
if self['boxImage'] == None:
|
|
|
self.indicator['text'] = (' ', '*')
|
|
|
- self.indicator['text_pos'] = (0,-.17)
|
|
|
+ self.indicator['text_pos'] = (0,-.2)
|
|
|
else:
|
|
|
self.indicator['text'] = (' ', ' ')
|
|
|
if self['boxImageColor'] != None and self['boxImage'] != None:
|
|
|
@@ -92,7 +92,6 @@ class DirectCheckButton(DirectButton):
|
|
|
indicatorHeight = (self.indicator.getHeight() + (2*ibw[1]))
|
|
|
diff = (indicatorHeight + (2*self['boxBorder']) -
|
|
|
(self.bounds[3] - self.bounds[2]))
|
|
|
- # print diff, self.bounds[3], self.bounds[2]
|
|
|
# If background is smaller then indicator, enlarge background
|
|
|
if diff > 0:
|
|
|
if self['boxPlacement'] == 'left': #left
|