Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidepoc/ui/screens.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidepoc/ui/screens.py')
-rw-r--r--atoidepoc/ui/screens.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/atoidepoc/ui/screens.py b/atoidepoc/ui/screens.py
index 588895b..19463e8 100644
--- a/atoidepoc/ui/screens.py
+++ b/atoidepoc/ui/screens.py
@@ -123,7 +123,7 @@ MAISONS_KEYS = [(0, 0), (0, 0.2), (0.2, 0.4), (0, 0.2), (0.2, 0),
(-0.2, 0.2), (0, 0.4), (0.2, 0.6), (0, 0.8), (0, 0.6),
(0, 0.4), (-0.2, 0.2), (-0.2, 0.2), (0, 0)]
-CIEL_KEYS = [(0, -1.8) for _i in range(24)]
+CIEL_KEYS = [(0, -8) for _i in range(24)]
BOTTOM_KEYS = [(0, 1.56) for _i in range(24)]
@@ -296,15 +296,15 @@ class ScreenStory(gtk.Fixed):
#
if self.fullscreen is True:
_scene_with = self._screen_width
- _scene_height = 468 * _scene_with / 1024.0
+ _scene_height = 516 * _scene_with / 1024.0
else:
_scene_with = 1024
- _scene_height = 468
+ _scene_height = 516
# update x
_x = ((self._screen_width - width) / 2)
_x += int(x * _scene_with / 100.0)
# update y
- _y = ((self._screen_height - height - + 88) / 2)
+ _y = ((self._screen_height - height - 88) / 2)
_y += int(y * _scene_height / 100.0)
# return it
return _x, _y