Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an update reminder

This commit is contained in:
Micah Lee 2017-05-16 17:29:02 -07:00
parent 26ef0863dc
commit f72d5872f7
3 changed files with 43 additions and 22 deletions

View file

@ -209,6 +209,7 @@ class SettingsDialog(QtWidgets.QDialog):
self.cancel_button = QtWidgets.QPushButton(strings._('gui_settings_button_cancel', True))
self.cancel_button.clicked.connect(self.cancel_clicked)
buttons_layout = QtWidgets.QHBoxLayout()
buttons_layout.addStretch()
buttons_layout.addWidget(self.save_button)
buttons_layout.addWidget(self.cancel_button)