Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PrestametuVoz.activity/settings.py
blob: 0847fcd7ab452392e49d724f12ffa3c553566e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
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()