mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Force a scrollbar on the file list widget. Not pretty but avoids weird text disappearance on resize when scrollbar otherwise activates
This commit is contained in:
parent
9215651582
commit
6998aec50a
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class FileList(QtWidgets.QListWidget):
|
|||
self.drop_here_text = DropHereLabel(self, False)
|
||||
self.drop_count = DropCountLabel(self)
|
||||
self.resizeEvent(None)
|
||||
self.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAlwaysOn)
|
||||
self.setStyleSheet('QListWidget::item { color: #000000; font-size: 13px; }')
|
||||
|
||||
def update(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue