mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-27 15:57:10 -04:00
Made URL label no longer word-wrap
This commit is contained in:
parent
3ed1f964cb
commit
3b638cfd99
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ class ServerStatus(QtWidgets.QVBoxLayout):
|
|||
url_font = QtGui.QFont()
|
||||
self.url_label = QtWidgets.QLabel()
|
||||
self.url_label.setFont(url_font)
|
||||
self.url_label.setWordWrap(True)
|
||||
self.url_label.setWordWrap(False)
|
||||
self.url_label.setAlignment(QtCore.Qt.AlignCenter)
|
||||
self.copy_url_button = QtWidgets.QPushButton(strings._('gui_copy_url', True))
|
||||
self.copy_url_button.clicked.connect(self.copy_url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue