move the help button to the left

This commit is contained in:
Miguel Jacq 2017-05-20 14:04:52 +10:00
parent b3bde7083f
commit b29b9949f3

View File

@ -216,10 +216,10 @@ class SettingsDialog(QtWidgets.QDialog):
self.help_button = QtWidgets.QPushButton(strings._('gui_settings_button_help', True))
self.help_button.clicked.connect(self.help_clicked)
buttons_layout = QtWidgets.QHBoxLayout()
buttons_layout.addWidget(self.help_button)
buttons_layout.addStretch()
buttons_layout.addWidget(self.save_button)
buttons_layout.addWidget(self.cancel_button)
buttons_layout.addWidget(self.help_button)
# Tor network connection status
self.tor_status = QtWidgets.QLabel()