calendar and compatibility issues

This commit is contained in:
giusber2005 2025-08-02 08:34:17 +02:00
parent 99e6901655
commit a64e49b4bd
4 changed files with 2 additions and 2 deletions

View file

@ -244,7 +244,7 @@ class PlantGrowthDashboard:
info_frame.pack(fill=tk.X, pady=(8, 0)) info_frame.pack(fill=tk.X, pady=(8, 0))
self.plant_info_text = tk.Text(info_frame, height=8, width=35, wrap=tk.WORD, self.plant_info_text = tk.Text(info_frame, height=8, width=35, wrap=tk.WORD,
font=('Arial', 8), bg="#000000") font=('Arial', 8), bg="#000000", fg="white")
self.plant_info_text.pack(fill=tk.BOTH, expand=True) self.plant_info_text.pack(fill=tk.BOTH, expand=True)
# Submit button # Submit button
@ -371,7 +371,7 @@ class PlantGrowthDashboard:
self.ambient_mode.set("controlled") self.ambient_mode.set("controlled")
self.calendar.set_date(date.today()) self.calendar.selection_set(date.today())
def update_parameter_label(self, param, value): def update_parameter_label(self, param, value):
"""Update the value label for a specific parameter""" """Update the value label for a specific parameter"""

Binary file not shown.