Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
lolekszcz committed Feb 13, 2024
2 parents feb2888 + 8b39cf2 commit 765e711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/ModifyParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def create_element(self, param, row):

else:
try:
entry = ttk.Entry(self.root)
entry = tk.Entry(self.root)
if param != 'size':
if param in ['reflection_factor', 'transmittance']:
entry.insert(0, f'{str(self.parameters_dict[param] * 100)}%') # Set default value in percentage
Expand Down

0 comments on commit 765e711

Please sign in to comment.