from sugar.graphics import style def _get_button_size(): if style._compute_zoom_factor() == 0.72: return 100 return 150 TABLA_ALTO = 3 TABLA_ANCHO = 4 BUTTON_SIZE = _get_button_size()