← Back to team overview

gtg-user team mailing list archive

[Merge] lp:~gtg-user/gtg/haseeb_gtg into lp:gtg

 

Abdul Rauf has proposed merging lp:~gtg-user/gtg/haseeb_gtg into lp:gtg.

Requested reviews:
  Gtg developers (gtg)

For more details, see:
https://code.launchpad.net/~gtg-user/gtg/haseeb_gtg/+merge/119599

debugged Bug #1032745 Hidden part of calendar
-- 
https://code.launchpad.net/~gtg-user/gtg/haseeb_gtg/+merge/119599
Your team Gtg users is subscribed to branch lp:~gtg-user/gtg/haseeb_gtg.
=== modified file 'GTG/gtk/editor/editor.py'
--- GTG/gtk/editor/editor.py	2012-08-08 14:56:18 +0000
+++ GTG/gtk/editor/editor.py	2012-08-14 17:59:20 +0000
@@ -388,7 +388,7 @@
         #we show the calendar at the right position
         rect = widget.get_allocation()
         x, y = widget.window.get_origin()
-        self.calendar.show_at_position(x + rect.x + rect.width,
+        self.calendar.show_at_position(x + rect.x + rect.width + rect.width,
                                        y + rect.y)
 
     def on_date_changed(self, calendar):


Follow ups