Remove upload/download toggle buttons

This commit is contained in:
Micah Lee 2018-09-19 19:36:16 -07:00
parent c7a9db84d8
commit 1860fb3a92
7 changed files with 1 additions and 38 deletions

View file

@ -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)