Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FGR_T0302.py
diff options
context:
space:
mode:
Diffstat (limited to 'FGR_T0302.py')
-rw-r--r--FGR_T0302.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FGR_T0302.py b/FGR_T0302.py
index e6887ec..7aaf0f7 100644
--- a/FGR_T0302.py
+++ b/FGR_T0302.py
@@ -769,7 +769,7 @@ class ButtonsMenu(pygame.sprite.OrderedUpdates):
jugar.set_tamanios(tamanio=(200,0), grosorbor=1, detalle=1, espesor=1)
w,h= G.RESOLUCION
ww,hh= jugar.get_tamanio()
- jugar.set_posicion(punto= (w-ww-50,h-hh-50))
+ jugar.set_posicion(punto= (w-ww-10,h-hh-10))
jugar.connect (callback= self.run_Instruc)
self.add(jugar)