|
@@ -30,7 +30,7 @@ class LogScreen(tk.Frame):
|
|
|
self.quit_button = tk.Button(self, text="Close", command=self.close, height=2, width = 10)
|
|
|
self.quit_button.pack(side="right", fill="both")
|
|
|
|
|
|
- self.disable_refresh_button = tk.Button(self,text="disable refreshing", command=self.toggle_refreshing, height=2, width=20, relief="raised", bg="green")
|
|
|
+ self.disable_refresh_button = tk.Button(self,text="disable refreshing", command=self.toggle_refreshing, height=2, width=20, relief="raised", bg="green", fg="white")
|
|
|
self.disable_refresh_button.pack(side="right", fill="both")
|
|
|
|
|
|
for element in self.log_handler.get_log_list():
|