mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-21 04:18:25 -04:00
Remove upload/download toggle buttons
This commit is contained in:
parent
499f7b1638
commit
1314ddf1be
7 changed files with 1 additions and 38 deletions
|
@ -78,6 +78,7 @@ 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