Minor stylistic code edits.
This commit is contained in:
parent
6b9ecb5785
commit
b1a0024edf
|
@ -23,7 +23,6 @@ class MenuScreen(QWidget):
|
|||
self.exit_button.clicked.connect(self.exit_app)
|
||||
|
||||
widget_layout = QVBoxLayout(self)
|
||||
widget_layout.addWidget(self.systemLabel)
|
||||
widget_layout.addStretch()
|
||||
widget_layout.addWidget(self.exit_button)
|
||||
widget_layout.addStretch()
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Requirements for developing the justCheckers app
|
||||
Sphinx>=1.2.2
|
||||
nose>=1.3.0
|
||||
flake8
|
||||
|
|
Loading…
Reference in New Issue