Re: [Sugar-devel] [PATCH] Center the drawing area in the activity canvas

2011-06-13 Thread manuel quiñones
Paint currently shows the drawing area aligned on the top left corner of the activity canvas. This is not noticeable if you do a new paint because the size of the drawing area is set to the canvas size. But if you start Paint with a small picture, you can see the issue. Or if you use the rotate

[Sugar-devel] [PATCH] Center the drawing area in the activity canvas

2011-06-13 Thread Manuel Quiñones
From: Manuel Quiñones --- Area.py|1 + Desenho.py |4 ++-- OficinaActivity.py | 22 ++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/Area.py b/Area.py index 1fa9ae4..43e1fd0 100644 --- a/Area.py +++ b/Area.py @@ -1155,6 +1155,7