Menu

#2 pypanel gnome desktop "gap"/"space"?

open
nobody
None
5
2007-06-23
2007-06-23
No

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.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.