Skip to content

Commit

Permalink
Merge pull request #66 from bartekbiz/units-fix
Browse files Browse the repository at this point in the history
Added mm to diameter
  • Loading branch information
Gromate authored May 29, 2024
2 parents 0f7d8f6 + 91b1504 commit aba7b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/InputsFrame/FlowModule/DiameterField.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def destroy(self):

class DiameterLabel(TextLabel):
def __init__(self, window, row):
super().__init__(window, text="Diameter")
super().__init__(window, text="Diameter [mm]")
self.grid(row=row, column=0, padx=10, sticky="nw")


Expand Down

0 comments on commit aba7b87

Please sign in to comment.