Skip to content

Commit

Permalink
Set fixed height of MultipleSEALKit popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahsoka committed Jul 15, 2021
1 parent eca66c1 commit e50f119
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beskar/popups.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def __init__(self, main_window):
self.main_layout.addWidget(self.combo_box)
self.main_layout.addLayout(self.buttons_layout)

self.setFixedHeight(95)

# NOTE: Need to use .connect since for some reason
# since connectBySlots does not detect the slot
self.finished.connect(self.finishing)
Expand Down

0 comments on commit e50f119

Please sign in to comment.