mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-19 19:38:46 -04:00
Only add a stretch at the bottom of the layout in receive mode, not share mode
This commit is contained in:
parent
1860fb3a92
commit
a42c70bcc0
2 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,6 @@ class Mode(QtWidgets.QWidget):
|
|||
# Layout
|
||||
self.layout = QtWidgets.QVBoxLayout()
|
||||
self.layout.addWidget(self.primary_action)
|
||||
self.layout.addStretch()
|
||||
# Hack to allow a minimum width on self.layout
|
||||
min_width_widget = QtWidgets.QWidget()
|
||||
min_width_widget.setMinimumWidth(450)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue