Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
cleaned heigh_reset method
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Oct 27, 2023
1 parent 01cf3d1 commit ece0608
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nexus_constructor/add_component_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,6 @@ def mesh_file_picker(self):
self.fileLineEdit.setText(filename)

def height_reset(self, height):
# minimumHeight = self.sizeHint().height()
print(self.shapeOptionsBox.sizeHint().height() + self.fieldsBox.sizeHint().height() + self.unitsbox.sizeHint().height() + height)
print(self.shapeOptionsBox.sizeHint().height())
self.setFixedHeight(self.shapeOptionsBox.sizeHint().height() + self.fieldsBox.sizeHint().height() + self.unitsbox.sizeHint().height() + height)

def show_cylinder_fields(self):
Expand Down

0 comments on commit ece0608

Please sign in to comment.