mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-12 03:14:58 -04:00
Receive mode and chat mode are also looking awesome
This commit is contained in:
parent
327253fc26
commit
f65e7a3507
7 changed files with 52 additions and 23 deletions
|
@ -129,8 +129,12 @@ class ServerStatus(QtWidgets.QWidget):
|
|||
url_layout.addLayout(url_buttons_layout)
|
||||
|
||||
# Add the widgets
|
||||
button_layout = QtWidgets.QHBoxLayout()
|
||||
button_layout.addWidget(self.server_button)
|
||||
button_layout.addStretch()
|
||||
|
||||
layout = QtWidgets.QVBoxLayout()
|
||||
layout.addWidget(self.server_button)
|
||||
layout.addLayout(button_layout)
|
||||
layout.addLayout(url_layout)
|
||||
self.setLayout(layout)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue