Example #1
0
 def do_get_preferred_width(self):
     width = CanvasIcon.do_get_preferred_width(self)[0]
     width += ActivityIcon._BORDER_WIDTH * 2
     return (width, width)
Example #2
0
 def do_get_preferred_width(self):
     width = CanvasIcon.do_get_preferred_width(self)[0]
     width += ActivityIcon._BORDER_WIDTH * 2
     return (width, width)