From 4e6ab75bf88e370af0008932e0ccd01bdbea0eaa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 30 Dec 2003 01:43:59 +0000 Subject: [PATCH] shift the print position a little git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxCalendar.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wxPython/demo/wxCalendar.py b/wxPython/demo/wxCalendar.py index 45f0b6d892..d9134beb5d 100644 --- a/wxPython/demo/wxCalendar.py +++ b/wxPython/demo/wxCalendar.py @@ -498,8 +498,7 @@ class PrintCalend: year, month = self.year, self.month - x = 1.0 - + x = 0.5 for i in range(2): y = 0.5 -- 2.47.2