pypanel gnome desktop "gap"/"space"?
Status: Inactive
Brought to you by:
ziljian
Launching pypanel under gnome desktop, the pypanel window is drawn slightly below or above the edge leaving a "gap" between the edge of the screen and pypanel itself. Here's a patch to address this isuue:
In pypanel, add a line:
self.display.flush()
+ self.updatePanel(self.root, self.window, self.panel)
self.loop(self.display, self.root, self.window, self.panel)
this should perform an update before the program goes into the main loop.
Cheers,
r.