combined Start Server and Stop Server buttons into a single button

This commit is contained in:
Micah Lee 2014-09-18 00:37:19 +00:00
parent c159ef671d
commit 5b9176c9d4
3 changed files with 20 additions and 17 deletions

View file

@ -162,7 +162,6 @@ class FileSelection(QtGui.QVBoxLayout):
# add the widgets
self.addWidget(self.file_list)
self.addLayout(button_layout)
self.addWidget(self.filesize_warning)
self.update()