diff --git a/dashBoard.py b/dashBoard.py index eaa119ff89a992894921520ee219da058cbefe12..3a33a3642aaead46c736986ade263dbf21d44738 100644 --- a/dashBoard.py +++ b/dashBoard.py @@ -279,7 +279,7 @@ def createIndicatorView(diagram: Diagram, frame: customtkinter.CTkScrollableFram indicatorHead = ttk.Label(indicatorFrame, text=f"Indicator: {indicatorID} Name: {indicatorName}" , style="IndicatorHeader.TLabel") indicatorDescription = ttk.Label(indicatorFrame, text=f"Indicator Value: {indicatorValue}", style="IndicatorInfo.TLabel") - indicatorDescription2 = ttk.Label(indicatorFrame, text=f"Measurement date: {date} Frequency: {frequency}" , style="IndicatorInfo.TLabel") + indicatorDescription2 = ttk.Label(indicatorFrame, text=f"Measurement date: {date} Frequency: {frequency}" , style="IndicatorInfo.TLabel") indicatorDescription3 = ttk.Label(indicatorFrame, text=f"Interpretation: {interpretation}", style="IndicatorInfo.TLabel", wraplength=0.4*frameWidth) description4 = ttk.Label(indicatorFrame, text=f"Amount of associations: {amoubtOfAssociates}", style="IndicatorInfo.TLabel")