rev 319 - offlineimap/head/offlineimap/ui
[email protected] Mon, 6 Jan 2003 11:31:20 -0600 (CST)
| Newsgroups | gmane.mail.imap.offlineimap.subversion |
|---|---|
| Message-ID | <[email protected]> |
Author: jgoerzen
Date: 2003-01-06 11:31:19 -0600 (Mon, 06 Jan 2003)
New Revision: 319
Modified:
offlineimap/head/offlineimap/ui/Tk.py
Log:
Working better now.
Modified: offlineimap/head/offlineimap/ui/Tk.py
==============================================================================
--- offlineimap/head/offlineimap/ui/Tk.py (original)
+++ offlineimap/head/offlineimap/ui/Tk.py Mon Jan 6 11:31:20 2003
@@ -347,7 +347,7 @@
c.setLEDCount(0)
c.createLEDLock()
self.canvas = c
- c.pack(side = BOTTOM, expand = 0, fill = X)
+ c.pack(side = LEFT, expand = 0, fill = X)
def startsleep(s, sleepsecs):
print 351
@@ -355,9 +355,10 @@
s.button = Button(s.frame, text = "Sync now", command = s.syncnow,
background = "black", activebackground = "black",
activeforeground = "white",
- foreground = "blue",
- font = (s.fontfamily, s.fontsize), bd = 0,
- relief = FLAT)
+ foreground = "blue", highlightthickness = 0,
+ padx = 0, pady = 0,
+ font = (s.fontfamily, s.fontsize), borderwidth = 0,
+ relief = 'solid')
s.button.pack(side = LEFT)
def syncnow(s):