From 612a8e4ac47479fffeb9ecf9a9b8ffe635f9581e Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Tue, 7 Jan 2003 00:31:19 +0100 Subject: [PATCH] /offlineimap/head: changeset 319 Working better now. --- offlineimap/head/offlineimap/ui/Tk.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/offlineimap/head/offlineimap/ui/Tk.py b/offlineimap/head/offlineimap/ui/Tk.py index d28773f..e6fa9b2 100644 --- a/offlineimap/head/offlineimap/ui/Tk.py +++ b/offlineimap/head/offlineimap/ui/Tk.py @@ -347,7 +347,7 @@ class LEDAccountFrame: 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 @@ class LEDAccountFrame: 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):