Process Qt events once more, to prevent weird size issues before adjusting size

This commit is contained in:
Micah Lee 2018-09-28 16:06:14 -07:00
parent 6bbb918380
commit 42a91d23e4
2 changed files with 1 additions and 1 deletions

View file

@ -454,7 +454,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
"""
self.setMinimumWidth(min_width)
# Recursively adjust sizes for the modes
def adjust_size_layout(layout):
count = layout.count()
for i in range(count):