Map now loads. Changed launcher to match monitors.

This commit is contained in:
2018-02-13 13:20:55 -08:00
parent bd4deb1b2a
commit aca4c0627c
2 changed files with 28 additions and 13 deletions

View File

@@ -55,8 +55,8 @@ class ApplicationWindow(QtWidgets.QMainWindow):
# GroundStation Class Definition
#####################################
class GroundStation(QtCore.QObject):
LEFT_SCREEN_ID = 0
RIGHT_SCREEN_ID = 1
LEFT_SCREEN_ID = 1
RIGHT_SCREEN_ID = 0
exit_requested_signal = QtCore.pyqtSignal()