mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
move the help button to the left
This commit is contained in:
parent
2846798858
commit
aa7e609e14
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue