Skip to content

Commit

Permalink
fixed parameter box size problem
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaithe committed Sep 23, 2020
1 parent 90aecc6 commit e751ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focuspoint/fitting_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ def create_main_frame(self):


#self.fitTable.setMinimumWidth(320)
self.fitTable.setMaximumWidth(400)
#self.fitTable.setMaximumWidth(400)
self.fitTable.setMinimumHeight(100)
self.fitTable.setMaximumHeight(600)

Expand Down

0 comments on commit e751ee0

Please sign in to comment.