mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-29 19:31:20 -04:00
Revert "Make the tor connection progressBar similarly style as the others"
This reverts commit 538476ca0c
.
This commit is contained in:
parent
538476ca0c
commit
a4fec7b181
1 changed files with 0 additions and 13 deletions
|
@ -43,19 +43,6 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
|
|||
self.setModal(True)
|
||||
self.setFixedSize(400, 150)
|
||||
|
||||
cssStyleData ="""
|
||||
QProgressBar {
|
||||
border: 2px solid grey;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background: qlineargradient(x1: 0.5, y1: 0, x2: 0.5, y2: 1, stop: 0 #b366ff, stop: 1 #d9b3ff);
|
||||
width: 10px;
|
||||
}"""
|
||||
self.setStyleSheet(cssStyleData)
|
||||
|
||||
# Label
|
||||
self.setLabelText(strings._('connecting_to_tor', True))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue