/offlineimap/head: changeset 319

Working better now.
This commit is contained in:
jgoerzen 2003-01-07 00:31:19 +01:00
parent b16f14e65a
commit 612a8e4ac4

View File

@ -347,7 +347,7 @@ class LEDAccountFrame:
c.setLEDCount(0) c.setLEDCount(0)
c.createLEDLock() c.createLEDLock()
self.canvas = c self.canvas = c
c.pack(side = BOTTOM, expand = 0, fill = X) c.pack(side = LEFT, expand = 0, fill = X)
def startsleep(s, sleepsecs): def startsleep(s, sleepsecs):
print 351 print 351
@ -355,9 +355,10 @@ class LEDAccountFrame:
s.button = Button(s.frame, text = "Sync now", command = s.syncnow, s.button = Button(s.frame, text = "Sync now", command = s.syncnow,
background = "black", activebackground = "black", background = "black", activebackground = "black",
activeforeground = "white", activeforeground = "white",
foreground = "blue", foreground = "blue", highlightthickness = 0,
font = (s.fontfamily, s.fontsize), bd = 0, padx = 0, pady = 0,
relief = FLAT) font = (s.fontfamily, s.fontsize), borderwidth = 0,
relief = 'solid')
s.button.pack(side = LEFT) s.button.pack(side = LEFT)
def syncnow(s): def syncnow(s):