mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 06:47:07 -05: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
@ -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…
x
Reference in New Issue
Block a user