Remove adjustSize that was causing issues

This commit is contained in:
Micah Lee 2018-09-19 20:17:23 -07:00
parent 15cb534dc7
commit 5dcb06ae1e

View File

@ -205,9 +205,6 @@ class OnionShareGui(QtWidgets.QMainWindow):
self.update_server_status_indicator()
# Wait 1ms for the event loop to finish, then adjust size
QtCore.QTimer.singleShot(1, self.adjustSize)
def share_mode_clicked(self):
if self.mode != self.MODE_SHARE:
self.common.log('OnionShareGui', 'share_mode_clicked')