Refactor receive mode into using an info widget too

This commit is contained in:
Micah Lee 2018-09-28 16:00:22 -07:00
parent 7a322a6a29
commit 6bbb918380
5 changed files with 133 additions and 85 deletions

View file

@ -452,7 +452,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
Recursively adjust size on all widgets. min_width is the new minimum width
of the window.
"""
self.common.log("OnionShareGui", "adjust_size", "min_width={}".format(min_width))
self.setMinimumWidth(min_width)
# Recursively adjust sizes for the modes