Skip to content

Commit

Permalink
adjust button font size to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
SasLeo committed May 14, 2021
1 parent 3b27e90 commit d33a6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/view_simulation_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def __init__(self):
clicked=self.start_sim
)

self.start_btn.setFont(qtg.QFont('Arial', 15))
self.start_btn.setDisabled(True)
self.dir_line.textChanged.connect(lambda x: self.start_btn.setDisabled(x == ''))

Expand Down

0 comments on commit d33a6ef

Please sign in to comment.