[Pkg-privacy-commits] [onionshare] 211/256: move the help button to the left
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit aa7e609e14e79cbb2421b8450fa6aa3300877ee3
Author: Miguel Jacq <mig at mig5.net>
Date: Sat May 20 14:04:52 2017 +1000
move the help button to the left
---
onionshare_gui/settings_dialog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare_gui/settings_dialog.py b/onionshare_gui/settings_dialog.py
index 64e47dd..5086477 100644
--- a/onionshare_gui/settings_dialog.py
+++ b/onionshare_gui/settings_dialog.py
@@ -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()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list