mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-24 05:49:27 -04:00
Slightly improve Downloads progress bar style, but still needs spacing
This commit is contained in:
parent
71149c2937
commit
9a05eef494
2 changed files with 1 additions and 14 deletions
|
@ -190,19 +190,6 @@ class Downloads(QtWidgets.QWidget):
|
|||
# Reset once at the beginning
|
||||
self.reset()
|
||||
|
||||
"""
|
||||
# Scroll bar
|
||||
self.vbar = self.verticalScrollBar()
|
||||
self.vbar.rangeChanged.connect(self.resizeScroll)
|
||||
"""
|
||||
|
||||
def resizeScroll(self, minimum, maximum):
|
||||
"""
|
||||
Scroll to the bottom of the window when the range changes.
|
||||
"""
|
||||
pass
|
||||
#self.vbar.setValue(maximum)
|
||||
|
||||
def add(self, download_id, total_bytes):
|
||||
"""
|
||||
Add a new download progress bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue