mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 13:50:28 -04:00
Refactor receive mode into using an info widget too
This commit is contained in:
parent
7a322a6a29
commit
6bbb918380
5 changed files with 133 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue